vault backup: 2025-02-19 14:12:12

This commit is contained in:
Dane Sabo 2025-02-19 14:12:12 -05:00
parent 866145ce2b
commit ebf7b26ccd
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,7 @@
Generated by ChatGPT on 2025-02-19
# Table of Contents for Homework 3
## Files
- [[simplifying.m]]

View File

@ -1 +1,8 @@
syms z_inv
syms z_inv p_m p_3
x2_u = z_inv/(1-p_m*z_inv);
x1_x2 = z_inv/(1-p_m*z_inv);
x3_x2 = z_inv/(1-p_3*z_inv);
total_sys = (x1_x2 + x3_x2)*x2_u;
disp(simplify(expand(total_sys)))

View File

@ -4,6 +4,7 @@ Generated by ChatGPT on 2025-02-19
## Subdirectories
- [[Homework 2/Homework 2 - README]]
- [[Homework 3/Homework 3 - README]]
## Files
- [[2025-01-09 Sampling Theory.md]]