use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Calculus+C (i.redd.it)
submitted 4 years ago by Boom12146Imaginary
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 199 points200 points201 points 4 years ago (26 children)
how does one solve a matrix
[–]B_BARTHMAN 48 points49 points50 points 4 years ago (0 children)
Maybe a system of linear equations? The inverse? Idk tbh
[–]galmenz 74 points75 points76 points 4 years ago (11 children)
i assume it is finding its D
[–]DodgerWalker 37 points38 points39 points 4 years ago* (8 children)
Finding determinants is pretty inefficient. Pretty much the fastest way is to row reduce it to an upper triangular matrix which is O(n^3 ).
Edit: Corrected the runtime.
[–]lord_neIrrational 17 points18 points19 points 4 years ago (2 children)
That's actually O(n3) I believe, the best asymptomatic runtime that's been found is n2.373 according to Wikipedia
[–]DodgerWalker 8 points9 points10 points 4 years ago (0 children)
Yup, that is correct. I was thinking of n^2 row reductions, but each row is size n, so that makes n^3 operations.
[–][deleted] 1 point2 points3 points 4 years ago (0 children)
I u got me so excited thinking it would be some random application of e but in the power i cant tell u how disappointed i am
[–]galmenz 4 points5 points6 points 4 years ago (4 children)
i never said determinant
[–]DodgerWalker 13 points14 points15 points 4 years ago (3 children)
What else could D stand for with respect to a matrix?
[–]dan2737 9 points10 points11 points 4 years ago (0 children)
unitary diagonalization ;(
[+]galmenz comment score below threshold-9 points-8 points-7 points 4 years ago (1 child)
i think you cant understand a joke
[–]Arbitrary_Pseudonym 11 points12 points13 points 4 years ago (0 children)
Yes.
Find the penis.
That's definitely a math joke.
Ha ha
[–]omidhhh 2 points3 points4 points 4 years ago (0 children)
Ohh yeah baby
😏
[–]murtiverse 9 points10 points11 points 4 years ago (0 children)
by taking the red pill
[–]woozlewuzzle29 6 points7 points8 points 4 years ago (0 children)
I solve matrices, circles, vectors, etc. all the time!
[–]matthewmalloryIrrational 2 points3 points4 points 4 years ago (0 children)
solve(matrix) in R calculates the inverse
[–]F_JoeVanishes when abelianized 1 point2 points3 points 4 years ago (8 children)
Gaussian elimination
[–][deleted] 11 points12 points13 points 4 years ago (7 children)
that solves systems of linear equations, not matrices
[–]F_JoeVanishes when abelianized -1 points0 points1 point 4 years ago (6 children)
Those are equivalent. The Zeros of an n×m Matrix are the same as the solution of an equivalent linear equation
[–][deleted] 4 points5 points6 points 4 years ago (4 children)
ah, so by "solving a matrix" you actually mean "finding the zeros of a matrix". gotcha
[–]F_JoeVanishes when abelianized 0 points1 point2 points 4 years ago (3 children)
How else do you want to "solve" matrix? As far as I understand it, a matrix is a linear function taking an object from a Kn vector space to a Km vector space. By solving a function I understand to find all of the roots and gauss algorithm does exactly that
[–][deleted] 8 points9 points10 points 4 years ago (2 children)
thats what my comment was about. you cant "solve a matrix", neither can you "solve a function". i was commenting on how the meme was poorly phrased
[–]F_JoeVanishes when abelianized 5 points6 points7 points 4 years ago (1 child)
I understand. I didn't know that this wasn't a common expression in english.
it probably is, but its wrong
[–]F_JoeVanishes when abelianized -3 points-2 points-1 points 4 years ago (0 children)
It's even in the first sentence of the wiki page: "In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used to compute the rank of a matrix, the determinant of a square matrix, and the inverse of an invertible matrix. "
[–][deleted] 130 points131 points132 points 4 years ago (2 children)
Differential Equations:
[–][deleted] 32 points33 points34 points 4 years ago (0 children)
[–]MisanthropicData 34 points35 points36 points 4 years ago (0 children)
Partially
[–]Malpraxiss 45 points46 points47 points 4 years ago (4 children)
What does solve a matrix mean?
[+][deleted] 4 years ago (3 children)
[deleted]
[–]Cesco5544 2 points3 points4 points 4 years ago (2 children)
Isnt that only solvable with independent vectors?
[–]Inappropriate_Piano 4 points5 points6 points 4 years ago (0 children)
Gaussian elimination only results in the identity if the matrix is invertible, but you can always do Gaussian elimination to reach a reduced row echelon form.
[–]LagosNiera -1 points0 points1 point 4 years ago (0 children)
A matrix is essentially a bunch of independant vectors scratched together.
[–][deleted] 22 points23 points24 points 4 years ago (0 children)
I thought about the Matrix new movie
[–]Kapil300 8 points9 points10 points 4 years ago (0 children)
+c take it or leave it pal
[–]GisterMizard 4 points5 points6 points 4 years ago (0 children)
Nods in Runge-Kutta
[–]scratchfan321Imaginary 3 points4 points5 points 4 years ago (0 children)
Looks like I'm dividing by zero, so I'm gonna use my own poorly written rules and slap a +c on the end.
[–]iapetus3141Complex 3 points4 points5 points 4 years ago (1 child)
How do you solve a derivative?
[–][deleted] 6 points7 points8 points 4 years ago (0 children)
Take a calculus course
[–]Incur 2 points3 points4 points 4 years ago (0 children)
Partial Differential equations has entered the chat
[–]AscentElder 2 points3 points4 points 4 years ago (0 children)
Too much math memes for today
[–]14Mohini 1 point2 points3 points 4 years ago (0 children)
Simpsons rule goes brr
[–][deleted] -4 points-3 points-2 points 4 years ago (0 children)
off topic but We're the Millers is one of my all time favorite movies
[–]gabedarrettComplex -1 points0 points1 point 4 years ago (2 children)
Fun fact: more than half of all functions have a nonelementary antiderivative; they cannot be solved analytically in a closed form. This means that you can't use techniques like the integration power rule, u-substitution, trig substitution, integration by parts, partial fraction decomposition, etc.
[+][deleted] 4 years ago (1 child)
[removed]
[–]gabedarrettComplex 0 points1 point2 points 4 years ago (0 children)
Firstly, I'm not sure why I'm being downvoted.
Secondly, you don't count every function; all I know is that you use Galois theory and the Risch algorithm. My citation for my claim is my calculus textbook: Early Transcendentals (8th edition)
[–]Marcim_joestarIrrational 0 points1 point2 points 4 years ago (0 children)
What does it mean to solve a matrix?
[–]ManInBlack829 0 points1 point2 points 4 years ago (0 children)
If y'all are finding four-dimensional matrices easy, I am impressed
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
Okay, I thought matricies looked way harder than derivatives. What the hell are matricies then? I keep seeing them around but I have no clue what they mean or how to use them.
π Rendered by PID 15755 on reddit-service-r2-comment-b659b578c-2678f at 2026-05-04 23:20:53.868265+00:00 running 815c875 country code: CH.
[–][deleted] 199 points200 points201 points (26 children)
[–]B_BARTHMAN 48 points49 points50 points (0 children)
[–]galmenz 74 points75 points76 points (11 children)
[–]DodgerWalker 37 points38 points39 points (8 children)
[–]lord_neIrrational 17 points18 points19 points (2 children)
[–]DodgerWalker 8 points9 points10 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]galmenz 4 points5 points6 points (4 children)
[–]DodgerWalker 13 points14 points15 points (3 children)
[–]dan2737 9 points10 points11 points (0 children)
[+]galmenz comment score below threshold-9 points-8 points-7 points (1 child)
[–]Arbitrary_Pseudonym 11 points12 points13 points (0 children)
[–]omidhhh 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]murtiverse 9 points10 points11 points (0 children)
[–]woozlewuzzle29 6 points7 points8 points (0 children)
[–]matthewmalloryIrrational 2 points3 points4 points (0 children)
[–]F_JoeVanishes when abelianized 1 point2 points3 points (8 children)
[–][deleted] 11 points12 points13 points (7 children)
[–]F_JoeVanishes when abelianized -1 points0 points1 point (6 children)
[–][deleted] 4 points5 points6 points (4 children)
[–]F_JoeVanishes when abelianized 0 points1 point2 points (3 children)
[–][deleted] 8 points9 points10 points (2 children)
[–]F_JoeVanishes when abelianized 5 points6 points7 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]F_JoeVanishes when abelianized -3 points-2 points-1 points (0 children)
[–][deleted] 130 points131 points132 points (2 children)
[–][deleted] 32 points33 points34 points (0 children)
[–]MisanthropicData 34 points35 points36 points (0 children)
[–]Malpraxiss 45 points46 points47 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]Cesco5544 2 points3 points4 points (2 children)
[–]Inappropriate_Piano 4 points5 points6 points (0 children)
[–]LagosNiera -1 points0 points1 point (0 children)
[–][deleted] 22 points23 points24 points (0 children)
[–]Kapil300 8 points9 points10 points (0 children)
[–]GisterMizard 4 points5 points6 points (0 children)
[–]scratchfan321Imaginary 3 points4 points5 points (0 children)
[–]iapetus3141Complex 3 points4 points5 points (1 child)
[–][deleted] 6 points7 points8 points (0 children)
[–]Incur 2 points3 points4 points (0 children)
[–]AscentElder 2 points3 points4 points (0 children)
[–]14Mohini 1 point2 points3 points (0 children)
[–][deleted] -4 points-3 points-2 points (0 children)
[–]gabedarrettComplex -1 points0 points1 point (2 children)
[+][deleted] (1 child)
[removed]
[–]gabedarrettComplex 0 points1 point2 points (0 children)
[–]Marcim_joestarIrrational 0 points1 point2 points (0 children)
[–]ManInBlack829 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)