blank
This commit is contained in:
parent
8064b0dfd3
commit
5473719ea2
@ -1,3 +1,4 @@
|
|||||||
|
fprintf("Problem 1: \n")
|
||||||
syms z_inv p_m p_3
|
syms z_inv p_m p_3
|
||||||
x2_u = z_inv/(1-p_m*z_inv);
|
x2_u = z_inv/(1-p_m*z_inv);
|
||||||
x1_x2 = z_inv/(1-p_m*z_inv);
|
x1_x2 = z_inv/(1-p_m*z_inv);
|
||||||
@ -7,4 +8,4 @@ total_sys = (x1_x2 + x3_x2)*x2_u;
|
|||||||
|
|
||||||
disp(simplify(expand(total_sys)))
|
disp(simplify(expand(total_sys)))
|
||||||
|
|
||||||
plot([1 2], [3 4])
|
fprintf('Hello, world!')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user