For the following scheme, what is the value of i when x reaches a value of 1.025 or less?>x =7.3low = 1for i=1:10000x = low + (x-low)/2.8disp(x)end

🎲 Try a Random Question  |  Total Questions in Quiz: 64  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
ME101: Final Exam - Introduction to Mechanical Engineering — practice the complete quiz, review flashcards, or try a random question.

MCQs on the basics of Mechanical Engineering.


For the following scheme, what is the value of i when x reaches a value of 1.025 or less?<br>>x =7.3<br>low = 1<br>for i=1:10000<br>x = low + (x-low)/2.8<br>disp(x)<br>end