1 2 3 4 5 6 7 8
//chapter 5 Ex 12 clc; clear; close; //let the value to be found out be x x=sqrt(192)-(1/2)*sqrt(48)-sqrt(75); mprintf("x=%.3f",x);