// Chapter 23 Ex3 clc; clear; close; ans=(10/3); n1=sqrt(8); x=(n1)^ans; // derived from equation log x to the base n1=ans. mprintf("The value of x is %.0f",x);