clear; clc; // Example 1.7 printf('Example 1.7\n\n'); // Page no. 23 // Solution printf('By analysing dimensionally , both a and x have same units(from 1+(x^2/a^2)),thus left hand side of equation has units of 1/x(from d/dx),\nAnd right hand side has units of x^2 (from product a.x).\n'); printf('\nTherefore something is wrong as the equation is not dimensionally consistent.\n');