Commit Graph

129 Commits

Author SHA1 Message Date
Alexander Molnar
4b110d7bb8 Corrected errors and expanded discussion (#24845)
* Corrected errors and expanded discussion

Discussed rational vs. irrational numbers, gave examples, added discussion into the difficulty in studying them as well as real world examples to exhibit their vast importance and utility.

* Update index.md
2019-03-21 02:05:19 +05:30
Alexander Molnar
20735a30cd Added content (#24378)
Added an explicit calculation as well as the general case for how to compute the slope (and equation) of a line given two points on said line.
2019-03-21 01:01:56 +05:30
Alexander Molnar
15a8e35288 Added more content (#26036)
Clarified definition, and gave examples of why primes are important and useful
2019-03-17 14:13:22 -07:00
The Coding Aviator
322134031a chore: Add all calculus based topics to one point (#34398) 2019-03-15 12:31:09 -07:00
Alexander Molnar
5e857f3273 Added content, example (#31773)
Clarified some details
2019-03-14 22:34:19 +05:30
yuktaanand
4d28baa4b4 Each element of A is paired with each element of B. (#33658) 2019-03-14 22:19:22 +05:30
Kevin Trang
23dc3cc246 Design changes and elaborated info on 2D Shapes (#34519)
-Initially, some of the headings were not formatted as headings, so emphasising the headers as strong was suitable
-Moreover, it was written that the diagonals of a rectangle is "mutually perpendicular", which is not true for a rectangle, so I removed it to avoid confusion
-Changed the mathematical equations through inserting "![](image address)" and using LaTex Equation Editor to copy the image address of the equation into the round brackets
-Added more info about triangles by specifying the types of triangles
-Added info on a Trapezium as a 2D Polygon
2019-03-14 22:18:38 +05:30
Alexander Molnar
2dac1788be Fixed errors, added content (#33399)
* Errors fixed

Many errors fixed and tried to clarify many points (grammar/exposition)

* fix: removed colon in title key value
2019-03-14 22:16:10 +05:30
joesvetz
052a0dd1b4 Expansion of Area of Triangles (#29909)
Fixed a small type-o and added information about the area of obtuse triangles.
2019-03-14 22:13:28 +05:30
alicecallejas
e4e9ee88d1 Add phrase (#31576) 2019-03-14 22:12:34 +05:30
Randell Dawson
4f1eba6576 fix: changed it to is (#35134) 2019-03-14 02:18:10 +05:30
Saurav Bajracharya
d636f21aa3 Absolute value reference in terms of magnitude (#33638) 2019-03-12 15:51:25 +05:30
rosiline
68124bc221 Fixed mistake in last example layout (#31459) 2019-03-12 15:50:29 +05:30
am2787
9201699caf Update index.md absolute value (#28889)
added another example to the cases
2019-03-12 15:49:38 +05:30
Alexander Molnar
b7e6591a6c Added content to factorial stub (#34330)
* Added content to stub

Added definition, examples and some uses as well as computational info and interesting formulas that occur.

* Update index.md
2019-03-12 01:04:42 +05:30
Andrew Mackie
7086ed7007 New article. (#28260)
* New article.

* Change to md format
2019-03-12 00:32:25 +05:30
Anton G. Neuhold Jr
401cbe6204 Updated completing-the-square with fixes. (#28363)
Fixed typo "quadratic eduation" to "quadratic equation".
Some grammar seemed off so that was changed as well.
😁
2019-03-07 18:47:48 -08:00
Andrew Mackie
d37f5a7751 Fixed typos (#27202) 2019-03-07 18:46:51 -08:00
Jake Levenson
83dd3ba7d8 Fixed Formatting (#24574)
Gave better visual representations of equations
2019-03-06 22:31:31 +05:30
Huyen Nguyen
44445fec72 fix: remove stub information from a guide article (#34915) 2019-03-06 00:47:40 +05:30
Alexander Molnar
5b71c2b25e Added content to stub about quadratic formula(#24716) 2019-03-04 16:57:12 +05:30
Adam Shaffer
44799d60de Create complex-number-plane (#28280)
* Create complex-number-plane

* Change Title to complex-plane

* Rename complex-plane to complex-plane.md

* Rename guide/english/mathematics/complex-plane.md to guide/english/mathematics/complex-plane/index.md
2019-02-10 19:15:21 -08:00
samsm929
16ba2d7785 Noted that method 2 is named Sarrus's Rule (#33999) 2019-02-10 10:25:25 -08:00
Logan
141951f7a6 <pre> Formatting for Examples (#24814)
Adding formatting for examples to make them easier to read.
2019-02-10 10:20:50 -08:00
Jack Kang
7adf47c4b5 added definition of 3x3 determinants (#23844)
added additional info about 3x3 determinants and their meaning (geometrically) as well as the fact that they are also the volume of a parallelepiped.
2019-02-10 10:19:04 -08:00
CosmicSnowman
766d217b94 Updated Cross Multiply with definition and example (#21673) 2019-02-10 09:39:00 -08:00
Francois
91c94cc4da Added File on the Basics of Simplex Method for Solving Linear Programming Problems (#27040)
* Create Basic-Simplex-Solution

Basics on Solving Linear Problems using the Primal Simplex Method and additional information on Alternative Simplex Algorithms.

* Rename guide/english/mathematics/Basic-Simplex-Solution to guide/english/mathematics/linear-equations/basic-simplex-solution/index.md
2019-01-30 13:27:53 -08:00
Andrew Mackie
6732bc75e4 Fixed typos and added a reference. (#27435)
* Fixed typos and added a reference.

* fix: removed the word that
2019-01-26 00:17:21 -08:00
viviantran27
ed2a1210b4 Added modulus of complex numbers (#23696)
* Added modulus of complex numbers

* Update index.md
2019-01-25 14:38:57 -05:00
viviantran27
430408aad9 Added info and img about complex numbers (#23742)
* Added info and img about complex numbers

* Update index.md
2019-01-23 15:57:55 -05:00
Mike-Git-Hub
fcb5eb7bb3 corrected typo (deleted the unnecessary backslash in the third example calculation) (#34292)
Change 1. corrected typo (deleted the unnecessary backslash in the third example calculation)
original version = -17.25\   ---> revised version = -17.25

Change 2. for greater clarity changed the word "great" to "useful" as follows:

The mean can be a great way to describe a set of numbers.  ---> The mean can be a useful way to describe a set of numbers.
2019-01-21 11:19:39 -06:00
Celinux
4a9529fe3e Update index.md (#28025)
Edit the text "texttt"
Fix typo in "availaible" to "available"
Fix mispelling of "fibonnaci" to "Fibonacci"
Fix a redundant phrase to "It is the first example which shows the power of Dynamic Programming, and a special case of a class of mathematics known as generating functions"
Correct spelling mistakes to "generating functions".
Improve sentence to "There is this following concept in mathematics: "each" etc
Add "the" before "second part".
Change "the generating in general" to "the generating function".
Fix "remeber" to "remember"
Made upper case in "If you know" to "if you know"..etc
Omit "quite" and the comma in "generating functions, in terms of their sequence".
2019-01-21 11:18:23 -06:00
Alexander Molnar
9de2c7da53 Fixed spelling, removed hotlinks (#34460)
Fixed minor spelling/grammar issues, and then removed two of the hotlinked images since they were easy to replace with text instead. Also adjusted the links on the bottom to render on their own lines.
2019-01-21 11:10:27 -06:00
alicecallejas
b862a0fde6 grammar (#31569)
change 'a' to 'an' before the word <inverse>
2019-01-21 11:07:59 -06:00
vishvikkrishnan
6655a3c2c7 Grammar fix (#32744)
Fixed Grammar according to the context
2019-01-21 10:25:19 -06:00
Saurav Bajracharya
06daef5cf7 Fixed typo (#33646)
Changed intiger to integer
2019-01-21 10:21:12 -06:00
Ian Korpi
f6f6f1143b fix (guide): Fixing typo in Wikipedia link, adjusting for better flow. (#33246) 2019-01-21 10:19:49 -06:00
Vin Duong
7f63288b86 Fix typo in index.md (#29720)
Changed 'oposite' to 'opposite'.
2019-01-21 10:13:31 -06:00
ianmoura
b9a97aa890 Changed analogy to be consistent with image (#32682)
Changed accuracy/precision analogy from basketball to archery to be consistent with image
2019-01-21 10:07:53 -06:00
komallapalli
e203bd6a80 inverse of matrix (#33690)
added resource and definition of inverse of matrix
2019-01-21 09:56:10 -06:00
Mr_patcher
b5adcf2084 added guide for exponents (#24631)
I added formulas for the basic rules of exponents and information about 0^0=? (whether it is 1 or 0).
2019-01-20 14:50:39 +07:00
Blitzen917
758741f4a7 grammarChange (#33809)
I made a few of the definitions more concise.
2019-01-19 21:28:54 -06:00
pcsingh
b20a7e4299 Update index.md (#31410) 2019-01-19 21:27:41 -06:00
Logan
85ef1445c3 <pre> formatting for index.md (#26986)
Examples were jumbling together, added formatting to help with readability
2019-01-16 23:03:31 -05:00
Alexander Molnar
afa94e6dbc Added content to stub (#25717)
* Added content to stub

Explained what PEMDAS represents, gave examples using it, and discussed a few special cases

* Re-added 'more information' section
2019-01-15 16:00:10 -05:00
MaxLearnToCode
d894fe4c6b Uppercase to lowercase (#28317) 2019-01-14 20:01:55 -06:00
Derek Czysz
992a34fb8c Added initial content to stub (#26577) 2019-01-08 10:51:21 -05:00
rofidahimma
3c925cf2a6 change the "degree" to degree sign(°) (#26573) 2019-01-06 18:26:26 -05:00
Alexander Molnar
2101c45386 Fixed error, cleaned up and added content (#34186)
Added more content, showing why the rationals are nice, and why they are interesting (and of use!) to study
2019-01-02 15:43:06 -05:00
Niek Mollers
85a802fe9f Some textual modifications in index.md (#23739)
* Some textual modifications in index.md

* Update index.md
2018-12-31 23:34:58 +07:00