-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.html
More file actions
273 lines (241 loc) · 19.2 KB
/
programs.html
File metadata and controls
273 lines (241 loc) · 19.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="images/tilogo.png" alt="logo" />
<title>ticalceducation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="header-elements">
<img src="images/tilogo.png" />
<p id="title"><a href="index.html">ticalceducation</a> |</p>
<p id="programs"><a href="programs.html">programs</a></p>
</div>
</div>
<div id="main">
<div id="main-container">
<p id="intro">To download, click either m.8xp or c.8xp, depending on your calculator model. For info on that, click <strong><a href="help.html">here</a></strong>.</p>
<div class="description">
<p class="title">Chi-Squared Test | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/CHISQUARm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/CHISQUARc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the chi-squared value given the input of degrees of freedom, observed values, and expected values.</p><br />
<div class="images">
<img src="images/chi.png" />
<img src="images/chi2.png" />
</div>
</div>
<div class="description">
<p class="title">Conic Sections | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/CONICSm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/CONICSc.8xp">c.8xp</a></strong></p><br />
<p>Calculates circular, parabolic, elliptical, and hyperbolic centers, foci, vertices, asymptotes, and other section-specific information given the input of any conic equation format and it's coefficients.</p><br />
<div class="images">
<img src="images/conics1.png" />
<img src="images/conics2.png" />
<img src="images/conics3.png" />
</div>
</div>
<div class="description">
<p class="title">Distance and Midpoint Formulas | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/DISTMIDPm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/DISTMIDPc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the two-dimensional or three-dimensional distance and midpoint between two inputted coordinates in the plane.</p><br />
<div class="images">
<img src="images/Capture 1.png" />
<img src="images/Capture 2.png" />
<img src="images/Capture 3.png" />
</div>
</div>
<div class="description">
<p class="title">Electric Forces, Fields, and Potentials | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/ELECTRICm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/ELECTRICc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the value of electric forces, fields, and potentials with the option for an unknown value; uses several algebraic formulas in electricity physics.</p><br />
<div class="images">
<img src="images/elec1.png" />
<img src="images/elec2.png" />
<img src="images/elec3.png" />
</div>
</div>
<div class="description">
<p class="title">Euler's Method | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/EULERm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/EULERc.8xp">c.8xp</a></strong></p><br />
<p>Utilizes the STAT lists to give a rate of change approximation table using Euler's Method given the inputs typically provided in an Euler's problem.</p><br />
<div class="images">
<img src="images/euler1.png" />
<img src="images/euler2.png" />
<img src="images/euler3.png" />
</div>
</div>
<div class="description">
<p class="title">Hardy-Weinberg Principle | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/HARDWEINm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/HARDWEINc.8xp">c.8xp</a></strong></p><br />
<p>Calculates Hardy-Weinberg population calculations: frequencies of dominant and recessive alleles as well as frequencies of each genotype combination.</p><br />
<div class="images">
<img src="images/hardy.png" />
<img src="images/hardy2.png" />
</div>
</div>
<div class="description">
<p class="title">Heats of Formation | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/ENTHALPYm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/ENTHALPYc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the heat of formation of a chemical reaction given the input of reactants' and products' chemical formulas. Has stored the values of around 100 common compounds in a general chemistry course; different states of matter other than H2OG and H2OL are excluded, and charges are excluded.</p><br />
<div class="images">
<img src="images/hof1.png" />
<img src="images/hof2.png" />
</div>
</div>
<div class="description">
<p class="title">Integral Applications | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/INTEGRALm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/INTEGRALc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the average value of a function over an interval, the area between two curves (with the option for unknown bounds), and the volumes of solids of revolution all given the input of functions and boundaries.</p><br />
<div class="images">
<img src="images/intapp1.png" />
<img src="images/intapp2.png" />
<img src="images/intapp3.png" />
</div>
</div>
<div class="description">
<p class="title">Kinematics Formulas | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/KINEMATXm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/KINEMATXc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the time, velocity, distance, or acceleration value in any of the three algebraic kinematics equations given the input of the other values.</p><br />
<div class="images">
<img src="images/kmt1.png" />
<img src="images/kmt2.png" />
<img src="images/kmt3.png" />
</div>
</div>
<div class="description">
<p class="title">Kinetics Experiments and Half-Lives | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/KINETICSm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/KINETICSc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the constant k and orders of reaction with respect to reactants given the information in a three-experiment table; additionally, computes half-life values.</p><br />
<div class="images">
<img src="images/kinetics1.png" />
<img src="images/kinetics2.png" />
<img src="images/kinetics3.png" />
</div>
</div>
<div class="description">
<p class="title">Newton's Method | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/NEWTONm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/NEWTONc.8xp">c.8xp</a></strong></p><br />
<p>Estimates a function's nearest root using Newton's Method with the input of an intial guess and number of iterations.</p><br />
<div class="images">
<img src="images/newt1.png" />
<img src="images/newt2.png" />
</div>
</div>
<div class="description">
<p class="title">nth Derivative | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/NTHDERIVm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/NTHDERIVc.8xp">c.8xp</a></strong></p><br />
<p>Estimates the nth order derivative of a function at an inputted x value using TI's nDeriv command nested several times over; expect error.</p><br />
<div class="images">
<img src="images/nd1.png" />
<img src="images/nd2.png" />
</div>
</div>
<div class="description">
<p class="title">Partial Derivatives | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/PARTIALSm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/PARTIALSc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the partial derivatives of a two-variable function in the direction of x and y, the second partials taken in all directions, and the value of d to determine extrema and saddle points.</p><br />
<div class="images">
<img src="images/part1.png" />
<img src="images/part2.png" />
</div>
</div>
<div class="description">
<p class="title">Quadratic, Cubic, and Quartic Formulas | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/POLYALLm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/POLYALLc.8xp">c.8xp</a></strong></p><br />
<p>Solves and factors second through fourth degree polynomials given the input of their coefficients. Change your [mode] to a+b𝒾 to view nonreal answers.</p><br />
<div class="images">
<img src="images/polyall1.png" />
<img src="images/polyall2.png" />
<img src="images/polyall3.png" />
</div>
</div>
<div class="description">
<p class="title">Quadratic Formula | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/QUADFORMm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/QUADFORMc.8xp">c.8xp</a></strong></p><br />
<p>Solves and factors second degree polynomials given the input of it's coefficients. Change your [mode] to a+b𝒾 to view nonreal answers.</p><br />
<div class="images">
<img src="images/Capture 4.png" />
<img src="images/Capture 5.png" />
</div>
</div>
<div class="description">
<p class="title">Riemann Sums | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/RIEMANNm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/RIEMANNc.8xp">c.8xp</a></strong></p><br />
<p>Estimates the area under a curve using Riemann Sums with left, right, center, or trapezoidal endpoints given inputs of bounds and number of figures.</p><br />
<div class="images">
<img src="images/r1.png" />
<img src="images/r2.png" />
<img src="images/r3.png" />
</div>
</div>
<div class="description">
<p class="title">Shapes and Figures | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/FIGURESm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/FIGURESc.8xp">c.8xp</a></strong></p><br />
<p>Calculates anything from areas to volumes to diagonals to radii of a myriad of two-dimensional and three-dimensional shapes and figures.</p><br />
<div class="images">
<img src="images/figures1.png" />
<img src="images/figures2.png" />
<img src="images/figures3.png" />
</div>
</div>
<div class="description">
<p class="title">Significant Figures | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SIGFIGSm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SIGFIGSc.8xp">c.8xp</a></strong></p><br />
<p>Counts the number of significant figures in an inputted numerical string.</p><br />
<div class="images">
<img src="images/sig1.png" />
<img src="images/sig2.png" />
</div>
</div>
<div class="description">
<p class="title">Square Root Simplifier | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SIMPSQRTm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SIMPSQRTc.8xp">c.8xp</a></strong></p><br />
<p>Simplifies a square root given without a coefficient.</p><br />
<div class="images">
<img src="images/simp1.png" />
<img src="images/simp2.png" />
</div>
</div>
<div class="description">
<p class="title">Stoichiometry | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/STOICHm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/STOICHc.8xp">c.8xp</a></strong></p><br />
<p>Calculates the molar mass, moles, mass, volume, and amount for compounds made up of the 50 most common elements seen in a general chemistry course.</p><br />
<div class="images">
<img src="images/stoich1.png" />
<img src="images/stoich2.png" />
<img src="images/stoich3.png" />
</div>
</div>
<div class="description">
<p class="title">Synthetic Division | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SYNTHDIVm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/SYNTHDIVc.8xp">c.8xp</a></strong></p><br />
<p>Performs synthetic division on an inputted function's coefficients based on an also inputted binomial's constant to divide with. The quotient is outputted as it's coefficients.</p><br />
<div class="images">
<img src="images/synth1.png" />
<img src="images/synth2.png" />
</div>
</div>
<div class="description">
<p class="title">Taylor and Maclaurin Estimates | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/TAYLORm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/TAYLORc.8xp">c.8xp</a></strong></p><br />
<p>Estimates the value of an inputted function based on the inputted center, point of interest, and order. To estimate higher order derivatives, this program uses TI's nDeriv command nested several times over, so expect error.</p><br />
<div class="images">
<img src="images/tay1.png" />
<img src="images/tay2.png" />
</div>
</div>
<div class="description">
<p class="title">Triangles | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/TRIANGLEm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/TRIANGLEc.8xp">c.8xp</a></strong></p><br />
<p>Calculates every piece of valuable information about a triangle including area, perimeter, side lengths, and angles based on the choice of triangle knowns and the inputs of the knowns.</p><br />
<div class="images">
<img src="images/triangle1.png" />
<img src="images/tri2.png" />
<img src="images/tri3.png" />
</div>
</div>
<div id="description-last">
<p class="title">Vectors with Vector Calculus | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/VECTORSm.8xp">m.8xp</a></strong> | <strong><a href="https://github.com/ticalceducation/calculator-programs/raw/master/VECTORSc.8xp">c.8xp</a></strong></p><br />
<p>Calculates vector operations and information from dot products to distances between a point and a plane. Also includes vector calculus operations such as unit tangent vectors and arc lengths.</p><br />
<div class="images">
<img src="images/vectors1.png" />
<img src="images/vectors6.png" />
<img src="images/vectors77.png" />
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-elements">
<div id="socials">
<p id="one"><a href="https://github.com/AneeshBonthala" target="_blank">)</a></p>
<p id="two"><a href="https://www.linkedin.com/in/aneesh-bonthala-b99300203/" target="_blank">C</a></p>
<p><a href="https://discordapp.com/users/459425651783630848/" target="_blank">Y</a></p>
</div>
<p id="my-name"><a href="https://aneeshbonthala.com" target="_blank">Aneesh Bonthala</a></p>
</div>
</div>
</body>
</html>