These are some small BASIC programs I wrote for solving some common microwave engineering problems with the TI-84 Plus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
424 B

Disp "ENTER"
Disp "CAVITY"
Disp "DIMENSIONS"
Prompt A,B,D
Disp "ENTER"
Disp "NO. OF"
Disp "MAXIMA"
Prompt M,N,L
Disp "ENTER"
Disp "UR AND ER"
Prompt U,E
Disp "ENTER"
Disp "SPECIFIC"
Disp "CONDUCT."
Prompt O
((3*10^8)/(2*[root]^2U*E))*[root]^2(M/A)^2+(N/B)^2+(L/D)^2)->F
Disp "RESONANCE"
Disp "AT",F
Pause
1/[root]^2F*[pi]^2*4*10^(-1*7)*O*U)->S
Disp S
(A*B*D*(A^2+D^2))/(S*(2*B*(A^3+D^3)+A*D*(A^2+D^2)))->Q
Disp "Q FACTOR",Q