MTH643 Assignment 1 Solution Spring 2022

MTH643 Assignment 1 Solution Spring 2022

mth643 assigment 1 solution 2022

If You Looking For MTH643 Assignment 1 Solution Spring 2022. You Are Come On Right Place.We Provide You MTH643 Assignment 1 Solution Spring 2022 on your favourite Website.

Also you need CS401 Assignment 1 Solution 2022 Here.

Download MTH643 Assignment 1 Solution Spring 2022

%Solve the system of linear Equations

close all

clear all

clc

syms x y z u

A=[3 4 5;2 -3 7;1 -6 1]

B=[2;-1;3]

C=sym(inv (A));

X=(C*B)

%After getting the solution of above system, use the values of x, y, and z in

%the following expression and plot the graph over the interval [-5,5]

f1=@(u) (x*u+y*u.^2+z*u.^3);

f2=@(u) ((241/92)*u+(-21/92)*u.^2+(-91/92)*u.^3)

ezplot (f2,[-5,5])

Output

A =

 

3     4     5

2    -3     7

1    -6     1

B =

 

2

-1

3

 

 

X =

 

241/92

-21/92

-91/92

f2 =

function handle with value:

 

@(u)((241/92)*u+(-21/92)*u.^2+(-91/92)*u.^3

Graph:

MTH643 Assignment 1 Solution Spring 2022

Dear Students You Can Easily MTH643 Assignment 1 Solution Spring 2022.

Please Note

Dont Copy Paste After Changes Then Submit.

For More Assignments: Click Here

Leave a Reply

Your email address will not be published. Required fields are marked *