Unit-13
Integration
>> syms x;
>> a=x^3;
>> int(a)
ans =
1/4*x^4
>> a=sin(x);
>> int(a)
ans =
-cos(x)
To be Continued…
>> syms x;
>> a=x^3;
>> int(a)
ans =
1/4*x^4
>> a=sin(x);
>> int(a)
ans =
-cos(x)
To be Continued…
Golden Ratio and Fibonacci Numbers in Mathematics Golden Ratio (phi – φ) in mathematics is an amazing magical number. It is hidden in almost everything that we see around us! Let us see, what is [Read More …]
What is PI ? March 14th is celebrated as the “PI” (π) day! As we know, π (PI ) is a mathematical constant, having an approximate value of 3.14159 … The first three significant digits [Read More …]
Unit-4 Basic Math Calculations Addition Subtraction Multiplication Division Rounding Off Numbers – Floor Rounding Off Numbers – Ceiling Rounding Off Numbers – Round Rounding Off Numbers – Fix Decimal Points Next Volume (Vol-2) 1 2 [Read More …]
© 2019 Param's Magazine. All Rights Reserved. PARAMSMAGAZINE.com
Be the first to comment