Question

Incorrect Question 9 0/1 pts A numerical algorithm is used to solve the following system of equations: x1 - x2 = 2 -2x1 + 5x2Incorrect Question 11 0/1 pts You have performed a curve fit to a data set using nonlinear regression. The standard error of

MATLAB Coding

Please state the right answer and give a little explanation why it's the right answer.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)

Euclidean norm is 0.1965

clc
clear all
close all
A=[1,-1;-2,5];
b=[2;-1];
x=[2.98;1.03];
disp('Euclidean norm is')
N=norm(A*x-b,2);
fprintf('Euclidean norm is %.4f\n',N);

Add a comment
Know the answer?
Add Answer to:
MATLAB Coding Please state the right answer and give a little explanation why it's the right...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT