This commit is contained in:
Dane Sabo 2025-02-19 20:26:45 -05:00
parent 8064b0dfd3
commit 5473719ea2

View File

@ -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!')