This question shoud be solved by using Matlab. Write a script file that determin
ID: 3884983 • Letter: T
Question
This question shoud be solved by using Matlab.
Write a script file that determines the real roots of a quadratic equation ax^2 + bx + c = 0. When the file runs it asks the user to enter the values of the constant a, b, and c. To calculate the roots of the equation the program calculates the discriminant D given by: D = b^2 - 4ac If D > 0 the program displays a message: "The equation has two roots, " and the roots are displayed in the next line. If D = 0 the program displays a message: "The equation has one root, " and the root is displayed in the next line. If DExplanation / Answer
const main = (params) => console.log(`hello ${params.name}`); // Read command line arguments
const foo = 'ls -al'; // A string runs a simple command
const bar = [
'webpack',
'python -m SimpleHTTPServer',
]; // An array of string runs on command after another
module.exports = { main, foo, bar };
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.