0% found this document useful (0 votes)
3 views8 pages

Yash

The document is a lab manual for a calculus course for first-year CSE students, detailing various programming tasks to be completed using Matlab. It includes exercises on plotting functions, finding derivatives, integrals, Taylor series expansions, and critical points. Each task specifies the mathematical function or concept to be implemented and analyzed.

Uploaded by

sempervacua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views8 pages

Yash

The document is a lab manual for a calculus course for first-year CSE students, detailing various programming tasks to be completed using Matlab. It includes exercises on plotting functions, finding derivatives, integrals, Taylor series expansions, and critical points. Each task specifies the mathematical function or concept to be implemented and analyzed.

Uploaded by

sempervacua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

(23MAT107) CALCULUS

LAB MANUAL
CSE-1st YEAR 1ST SEMESTER (2024-25)

NAME V.YASWANTH.PRASAD NAME DR. RASHMI PRASAD

ROLL NO AV.SC.U4CSE24344 DEPARTMENT MATHEMATICS

SECTION CSE-D DESIGNATION PROFESSOR

Submitted from: Submitted to:

MARKS

SIGNATURE

DATE
S.NO QUESTIONS PAGE NO SIGNATURE
1 Write a program to plot the function f(x) =sqrt(1-
x), where x various from -1 to 1. Show the grid
lines on the graph.
2 Write a program to plot the function y=x^2, shifted
right by 3 units, shifted left by 5 units, stretched
horizontally by 2 units and compressed vertically
by 6 units, where x varies from -10 to 10.

3 If 1/x+1/y+1/z -1 = 0, write a program to find dy /


dx at the point (2, 3, 6).

4 Write Matlab program to find the definite integral


of the f(x)= e^x/((1+e^2x)^3/2) from ln(3/4) to
ln(4/3).

5 Write program to find second order par􀆟al


derivatives of f(x,y)=(x-y)/(x^2+y).

f(x) = e^x about point 𝑥 = 0 up to six order.


6 Find the Taylor series expansion of the function

7 Write a program to plot the function f(x,y)=x^2+y^


2-4y +9 and its Taylor’s series of order 3, where x
and y varies from -10 to 10.

8 Find critical points of f=x^2-2xy+1/3*y^3-3y in


Matlab.
9 Find the gradient of the function f=e^x+y*cos+
(y+1)*asinx at the point(0,0,pi/6) using Matlab.

10 Derivative of the function f=x-y/xy+2 at Po(1,-1) in


the direction of u=12i+5j.
1) Write a program to plot the function f(x) =sqrt(1-x), where x various from
-1 to 1. Show the grid lines on the graph.

GRAPH:
2) Write a program to plot the function y=x^2, shifted right by 3 units, shifted
left by 5 units, stretched horizontally by 2 units and compressed vertically by 6
units, where x varies from -10 to 10.

GRAPH:
3) If 1/x+1/y+1/z -1 = 0, write a program to find dy / dx at the point (2, 3, 6).

OUTPUT:

4) Write Matlab program to find the definite integral of the f(x)=


e^x/((1+e^2x)^3/2) from ln(3/4) to ln(4/3).

OUTPUT:

5) Write program to find second order par􀆟al derivatives of


f(x,y)=(x-y)/(x^2+y).
OUTPUT:

6) Find the Taylor series expansion of the function f(x) = e^x about point 𝑥 = 0
up to six order.

OUTPUT:
7) Write a program to plot the function f(x,y)=x^2+y^ 2-4y +9 and its Taylor’s
series of order 3, where x and y varies from -10 to 10.

OUTPUT:

8) Find critical points of f=x^2-2xy+1/3*y^3-3y in Matlab.

OUTPUT:
9) Find the gradient of the function f=e^x+y*cos+(y+1)*asinx at the
point(0,0,pi/6) using Matlab.

OUTPUT:

10) Derivative of the function f=x-y/xy+2 at Po(1,-1) in the direction of


u=12i+5j.

OUTPUT:

You might also like