Skip to content
Snippets Groups Projects
Commit e663b2f8 authored by TeodoreAutuly's avatar TeodoreAutuly
Browse files

test

parent 4e45ee83
No related branches found
No related tags found
No related merge requests found
A=[3 2 1; -1 5 2; 1 1 5];
b=[4; -1; sqrt(2)];
x=A\b;
disp('Matrix A rank is:')
disp(rank(A))
disp('Solution of the system Ax=b is:')
disp(x)
\ No newline at end of file
fo = 10;
fe = 500;
t = 0:1/fe:1;
s(t) = sin(2 * pi * fo * t);
figure(1)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment