Question: Matlab program 4.3 Write a program in a script file that finds the smallest odd integer that is divisible by 13 and whose square root

Matlab program  Matlab program 4.3 Write a program in a script file that

4.3 Write a program in a script file that finds the smallest odd integer that is divisible by 13 and whose square root is greater than 120. Use a for-loop in the program. The loop should start from 1 and stop when the number is found. The program prints the message "The required number is:" and then prints the number. Hint: Use rem(n.2)-0 for finding odd integers, and rem(n, 13) 0 for finding the number to be divisible by 13. Answer Script File: Command Window

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!