diff --git a/DISPTGID/DISPTGID.8xp b/DISPTGID/DISPTGID.8xp new file mode 100644 index 0000000..afaaa91 Binary files /dev/null and b/DISPTGID/DISPTGID.8xp differ diff --git a/DISPTGID/DISPTGID.txt b/DISPTGID/DISPTGID.txt new file mode 100644 index 0000000..bc5e588 --- /dev/null +++ b/DISPTGID/DISPTGID.txt @@ -0,0 +1,5 @@ +:"DISTGID: Display trid identities +Disp "­secθ = 1/cosθ" +Disp "cotθ = 1/tanθ = cosθ/sinθ" +Disp "secθ = 1/cosθ" +Disp "cscθ = 1/sinθ" diff --git "a/SEC\316\270/SEC\316\270.txt" "b/SEC\316\270/SEC\316\270.txt" new file mode 100644 index 0000000..f5a4d07 --- /dev/null +++ "b/SEC\316\270/SEC\316\270.txt" @@ -0,0 +1,15 @@ +:"SECθ: Find secθ +:"Display equation + +:"TODO: Fix program, add all trig identities +Disp "­secθ = 1/cosθ" + +:"Ask for variables to fill-in +Prompt A + +:"Find quadratic formula for both possibilities, and round the answer to 2 decimal points + +1/cos(A)→X + +:"Display the answer +Disp "X="X