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…
X to the Power 0 We know that any number x raised to the power 0 is equal to 1 always. Where, the number x is not equal to 0. Why is x to the [Read More …]
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 …]
Can you guess the Largest Number at the end of the following series? 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … , 100, 101, … 1000, …, 9999999, 10000000, 10000001, 10000002, 10000003, [Read More …]
© 2019 Param's Magazine. All Rights Reserved. PARAMSMAGAZINE.com
Be the first to comment