Question: In MatLab: Write a program that will evaluate: y(x)=ln(1/1-x) Use a while loop so that the program will repeat until an illegal number is entered
In MatLab:
Write a program that will evaluate:
y(x)=ln(1/1-x)
Use a while loop so that the program will repeat until an illegal number is entered then you need to ask the user if they really want to quit or they made a mistake and what to enter another number. (x>=1 is considered illegal). Run the code for one legal value and one illegal.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
