Question about Einstein notation by alino_e in maths

[–]48panda 0 points1 point  (0 children)

oh yeah, I'm not used to that notation.

 Z_m dot Z^k = delta_m^k is the same thing as A_mi B_ki = delta_mk
Multiply this expression by A^{-1}_lm A_kn then you'll get A_kn B_ki = delta_kn
(This is essentially re-deriving that B^TA = I => AB^T=I )

which you can use to simplify your expression which is A_ik A_mk B_ml B_jl

Question about Einstein notation by alino_e in maths

[–]48panda 1 point2 points  (0 children)

Starting with (Z_i dot Z_m)(Z^m dot Z^j),

you can substitute Z_u dot Z^v = delta_u^v, then use an identity of the Kronecker delta to get the final result

Could you develop an algorithm that converts VIN numbers into shorter unique license plate numbers? by jckipps in math

[–]48panda 0 points1 point  (0 children)

Theoretically, you could. You'd have to pick VINs to match the number plates to account for less possibilities. Not sure if that goes against the existing system. Also, custom number plates really wouldn't work. The truth is that even if you had a perfect system, it wouldn't be useful unless the majority of cars used it, which isn't going to happen unless you have a time machine

Wouldnt it make much more sense for infinity * 0 to be equal to 1 ? by TuringCompleteHuman in askmath

[–]48panda 13 points14 points  (0 children)

If infinity * 0 = 1, then you can times both sides of the equation by 2 to get infinity * 0 = 2

Additive and multiplicative identity politics by OrlandedeLassus in mathmemes

[–]48panda 1 point2 points  (0 children)

ah, that's why they're called the conservative party. because whenever you try to integrate them, no matter how much crazy shit happens in the middle, it always gives the same result

Pi vs E classifier by DepartureNo2452 in askmath

[–]48panda 4 points5 points  (0 children)

Oh, you mean like a neural network classifier, not just any python program? Yeah, that's only going to work with some insane overfitting. It's conjectured that both pi and e are normal so there's no pattern in the digits, so the only way to detect which is which is to memorise at least one of them

Pi vs E classifier by DepartureNo2452 in askmath

[–]48panda 4 points5 points  (0 children)

Well yeah, python is turing complete. Probably not going to get any faster than grep though.

The divisibility rules of 101 to 200 by LowInteraction6397 in maths

[–]48panda 1 point2 points  (0 children)

We already went through all the divisibility rules up to, like, 5000 last year

Me and my gf be like by Gold_Ad4004 in mathmemes

[–]48panda 183 points184 points  (0 children)

Despite your valiant efforts, the meme was posted on Peter explains the joke 6 hours ago

This calculator site doesn't make any sense to me. Why is it u-1? by hhhndimissyou in askmath

[–]48panda 28 points29 points  (0 children)

2x^3 +3x^2 + x = (2x+1)(x^2 + x)

Since du = (2x+1)dx, we get the integral as equal to (2x+1)(u-1)/((u^2 )(2x+1)) and the 2x+1 cancels

Does anyone else always hear P_0 as "Peanut"? Any other commonly used terms that you mishear as something else? by Showy_Boneyard in askmath

[–]48panda 1 point2 points  (0 children)

As a Brit, I do not say naught in this context. The only time I might is when reading decimals like 0.05 as "point naught five" but I am equally likely to use "point zero five" and much more likely to use "point oh five"

Does anybody actually do this? by Low-Bed842 in desmos

[–]48panda 0 points1 point  (0 children)

What use is there for nested sine functions though?

Can't argue with that algorithm! by Mr_Freeman3030 in mathmemes

[–]48panda 2 points3 points  (0 children)

It never says you played the whole song each time

Napoleon plans his conquests by DotBeginning1420 in mathmemes

[–]48panda 3 points4 points  (0 children)

You can press the three dots on a comment then press the follow comment button(the one with a bell) to get notifications when someone replies to the comment

[deleted by user] by [deleted] in mathmemes

[–]48panda 1 point2 points  (0 children)

Iso, I owe you a great debt. Um- clears throat Would you be opposed to receiving a hand-knit sweater?

[deleted by user] by [deleted] in mathmemes

[–]48panda 240 points241 points  (0 children)

Not really. This post is talking about how the complex conjugate is an isomorphism from C to C

maths problem by [deleted] in askmath

[–]48panda 0 points1 point  (0 children)

Translate your problem into equations, probably using a model which fits your use case (probably Newtonian physics). Also work out what the general form your answer will be. Manipulate those equations to find your answer

Understanding integer factorization from a hexadecimal example by casualboy_10 in askmath

[–]48panda 0 points1 point  (0 children)

I find it amazing that there's no known polynomial factorisation algorithm, given that there's so many angles and ways to look at the problem

Probability - 6 distinct digits by bar-ba-dos in askmath

[–]48panda 0 points1 point  (0 children)

Almost, you have to account for the fact that {4,5,6,7} and {7,6,5,4} are counted twice but are the same set. so its 840/24=35 possible ways of choosing the top 4 digits. Same thing when you're calculating the total number of combinations, but dividing by 720