Which of the following schemes in Scilab yield the same result for y?>1. x = 4y = x*x*x*x/x2. x = 4y = x**33. x = 4y = x^6/x^34. x = 4y = x**2/x5. x = 4y = x\x^4

🎲 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.


Which of the following schemes in Scilab yield the same result for y?<br>>1. x = 4<br>y = x*x*x*x/x<br/><br>2. x = 4<br>y = x**3<br/><br>3. x = 4<br>y = x^6/x^3<br/><br>4. x = 4<br>y = x**2/x<br/><br>5. x = 4<br>y = x\x^4