Matlab Homework that im struggling with
1 view (last 30 days)
Show older comments

OK, this is my homework asignment that I am working on and having trouble getting started. I believe I can write code to solve using cramers rule however, I dont know how to prompt the user to enter the number of equations/unknowns, between 2 and 5. Then Im not sure how to prompt the user again for them to enter the constants and coefficents for each equation. If yall could give me any insight on how to do this I would be very grateful.
0 Comments
Answers (1)
Jim Riggs
on 4 Mar 2020
To prompt a user to enter a value, try:
x = input('Enter the number of equations (from 2 to 5): \n')
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!