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)
ISI Admissions 2020 to the Degree and Diploma Programmes, and Junior Research Fellowships in Indian Statistical Institute (ISI) Indian Statistical Institute (ISI) invites applications from eligible candidates for admissions (ISI Admissions 2020) to UG / [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