Write a program that prompts the user to enter a value for a variable named x and then prompts the user to enter a value for y. Both prompts should use the Matlab input function. The program then checks if the value of x is greater than the value of y. If so, display a message to the command window telling the user that x is greater than y, otherwise display a message to the command window telling the user that y is greater than or equal to x. Use symbolic expressions and the subs function to determine the value of E in ? = ? ? 2 when m is 10. Note that c is approximately 186,000 miles per second. You must substitute in values for both m and c. Your answer should be: 3.4596e+11 aka 345960000000
Write a program that prompts the user to enter a value for a variable named x and then prompts the user to enter a value for y. Both prompts should use the Matlab input function. The program then checks if the value of x is greater than the value of y. If so, display a message to the command window telling the user that x is greater than y, otherwise display a message to the command window telling the user that y is greater than or equal to x.
Use symbolic expressions and the subs function to determine the value of E in ? = ? ? 2 when m is 10. Note that c is approximately 186,000 miles per second. You must substitute in values for both m and c. Your answer should be: 3.4596e+11 aka 345960000000

Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images









