1 2 3 4 5 6 7 8
//chapter 5 Ex 13 clc; clear; close; //let the value to be found out be x x=sqrt(9.5*.0085*18.9)/sqrt(.0017*1.9*.021); mprintf("x=%.0f",x);