Unit-12
Differentiation
>> syms x;
>> a=6*x^3+3*x^2+2;
>> diff(a)
ans =
18*x2+6*x
>> a=sin(x);
>> diff(a)
ans =
cos(x)
>> syms x;
>> a=6*x^3+3*x^2+2;
>> diff(a)
ans =
18*x2+6*x
>> a=sin(x);
>> diff(a)
ans =
cos(x)
Solutions Perimeter: 4 * 6cm = 24cm Area: 10m * 4m = 40m² Area: 5cm * 5cm = 25cm² Volume: 2cm * 2cm * 2cm = 8cm³ Perimeter: 2 * (15mm + 8mm) = 46mm LSA of Cuboid: 2 * (4cm [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 …]
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 …]
© 2019 Param's Magazine. All Rights Reserved. PARAMSMAGAZINE.com
Be the first to comment