Charley890 commited on
Commit
acc8047
Β·
verified Β·
1 Parent(s): 9d49c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -42
README.md CHANGED
@@ -183,14 +183,6 @@ It performs best when explaining every intermediate step before arriving at the
183
  | Volume of Sphere | $V=\frac43\pi r^3$ |
184
  | Surface Area of Sphere | $A=4\pi r^2$ |
185
  | Volume of Cylinder | $V=\pi r^2h$ |
186
- | Volume of Cone | $V=\frac13\pi r^2h$ |
187
- | Euler's Formula | $e^{ix}=\cos x+i\sin x$ |
188
- | Euler's Identity | $e^{i\pi}+1=0$ |
189
- | Bayes' Theorem | $P(A\mid B)=\frac{P(B\mid A)P(A)}{P(B)}$ |
190
- | Arithmetic Mean | $\bar{x}=\frac{x_1+\cdots+x_n}{n}$ |
191
- | Geometric Mean | $GM=\sqrt[n]{x_1x_2\cdots x_n}$ |
192
- | Harmonic Mean | $HM=\frac{n}{\sum\frac1{x_i}}$ |
193
- | Standard Deviation | $\sigma=\sqrt{\frac{\sum(x-\mu)^2}{N}}$ |
194
 
195
 
196
  ---
@@ -258,47 +250,29 @@ A=49\pi
258
 
259
  β‰ˆ153.94
260
  ```
261
-
262
- ---
263
-
264
- ## Example 4
265
-
266
- **Input**
267
-
268
  ```text
269
- Find the determinant of
270
-
271
- |1 2|
272
- |3 4|
273
- ```
274
-
275
- **Output**
276
-
277
- ```text
278
- det(A)=1Γ—4βˆ’2Γ—3
279
-
280
- =βˆ’2
281
  ```
282
 
283
  ---
284
-
285
- ## Example 5
286
-
287
- **Input**
288
-
289
  ```text
290
- Factorize
291
-
292
- xΒ²βˆ’9
 
 
 
 
 
 
293
  ```
294
 
295
- **Output**
296
-
297
- ```text
298
- Difference of squares
299
-
300
- (xβˆ’3)(x+3)
301
- ```
302
 
303
  ---
304
 
 
183
  | Volume of Sphere | $V=\frac43\pi r^3$ |
184
  | Surface Area of Sphere | $A=4\pi r^2$ |
185
  | Volume of Cylinder | $V=\pi r^2h$ |
 
 
 
 
 
 
 
 
186
 
187
 
188
  ---
 
250
 
251
  β‰ˆ153.94
252
  ```
 
 
 
 
 
 
 
253
  ```text
254
+ /|
255
+ / |
256
+ / |
257
+ c / | b
258
+ / |
259
+ /_____|
260
+ a
 
 
 
 
 
261
  ```
262
 
263
  ---
 
 
 
 
 
264
  ```text
265
+ y
266
+ ↑
267
+ 4 β”‚ ●
268
+ 3 β”‚
269
+ 2 β”‚
270
+ 1 β”‚
271
+ ──────────┼────────────→ x
272
+ -1 β”‚
273
+ -2 β”‚
274
  ```
275
 
 
 
 
 
 
 
 
276
 
277
  ---
278