\left. \begin{array} { l } { - ( 3,4 - 6 ) + 3,4 - 7 + 3,2 } \\ { ( 7,3 - 8 + 2,3 ) + 7,3 - 8 } \end{array} \right.
Sort
0,9;2,2
Evaluate
2,2,\ 0,9
Share
Copied to clipboard
sort(-\left(-2,6\right)+3,4-7+3,2;7,3-8+2,3+7,3-8)
Subtract 6 from 3,4 to get -2,6.
sort(2,6+3,4-7+3,2;7,3-8+2,3+7,3-8)
The opposite of -2,6 is 2,6.
sort(6-7+3,2;7,3-8+2,3+7,3-8)
Add 2,6 and 3,4 to get 6.
sort(-1+3,2;7,3-8+2,3+7,3-8)
Subtract 7 from 6 to get -1.
sort(2,2;7,3-8+2,3+7,3-8)
Add -1 and 3,2 to get 2,2.
sort(2,2;-0,7+2,3+7,3-8)
Subtract 8 from 7,3 to get -0,7.
sort(2,2;1,6+7,3-8)
Add -0,7 and 2,3 to get 1,6.
sort(2,2;8,9-8)
Add 1,6 and 7,3 to get 8,9.
sort(2,2;0,9)
Subtract 8 from 8,9 to get 0,9.
2,2
To sort the list, start from a single element 2,2.
0,9;2,2
Insert 0,9 to the appropriate location in the new list.
Examples
Quadratic equation
{ x } ^ { 2 } - 4 x - 5 = 0
Trigonometry
4 \sin \theta \cos \theta = 2 \sin \theta
Linear equation
y = 3x + 4
Arithmetic
699 * 533
Matrix
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
Simultaneous equation
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
Differentiation
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
Integration
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
Limits
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}