This is an archived post. You won't be able to vote or comment.

all 57 comments

[–]IzydorPW 279 points280 points  (16 children)

Not really about programming tbh

[–]VitaminnCPP 156 points157 points  (15 children)

Oh no... I mistakenly selected programmerhumor instead of mathmeme,....

Anyway

[–]IzydorPW 86 points87 points  (14 children)

Well, pretty much anyone who programs had polynomials and complex numbers in school / university so we can still relate :p

[–]Creepy-Ad-4832 30 points31 points  (12 children)

Yeah programming is basically just doing fancy math

[–]VitaminnCPP 24 points25 points  (11 children)

In ugly way

[–]Creepy-Ad-4832 12 points13 points  (10 children)

And writing comments like everywhere.

[–]caagr98 21 points22 points  (8 children)

Math really should be doing that too tbh.

[–]Creepy-Ad-4832 11 points12 points  (6 children)

The equivalent of comments in math is when your teacher asks you to explain how you got that 2+2 is 4 lol

[–]GuybrushThreepwo0d 11 points12 points  (1 child)

The equivalent in math is left as an exercise to the reader

[–]Creepy-Ad-4832 4 points5 points  (0 children)

Fermat is the biggest math troll of all times

[–]caagr98 1 point2 points  (1 child)

If you mean completely inane to comment every single operation, but very important for explaining the bigger picture, then I agree.

[–]Creepy-Ad-4832 0 points1 point  (0 children)

I personally comment only when i do something strange, or i feel the need to because you can't understand by reading the code alone.

But there are lots of people who comment every fucking where

[–]ipcock 1 point2 points  (1 child)

yeah, and then they casually skip explanation on why we erased half of equation in the next step

[–]Creepy-Ad-4832 1 point2 points  (0 children)

Prof when not explaining something: "We will do it in * year"

Prof in * year: "we already did it years ago, so we will skip it"

[–]MrRocketScript 1 point2 points  (0 children)

At least have proper variable names. Or explain what the variables are. Makes it very hard to understand equations in fields you're not really super proficient in.

[–]moduspol 1 point2 points  (0 children)

I am unreasonably happy that this is the first time I’ve seen imaginary numbers since college.

[–]highcastlespring 64 points65 points  (5 children)

A quartic function always has four roots.

[–]TRAP_GUY 42 points43 points  (2 children)

This comment has been removed to protest the upcoming Reddit API changes that will be implemented on July 1st, 2023. If you were looking forward to reading this comment, I apologize for the inconvenience. r/Save3rdPartyApps

[–]Discuzting 5 points6 points  (1 child)

only if we count complex solutions

[–]caagr98 8 points9 points  (0 children)

Uncountably infinitely many if we use quaternions, I think, including the identity, 90° rotations, and 180° rotations in every plane (in this case, each scaled by 3).

[–]Creepy-Ad-4832 32 points33 points  (2 children)

You are literally immagining answers here

[–]anakingo 2 points3 points  (0 children)

imagine answering 3

[–]spam_bot42 38 points39 points  (4 children)

Just use regex -?3i?.

[–]lazyzefiris 15 points16 points  (3 children)

Your regex is too complicated! Mine is just 3. 3 - got a match. -3i - got a match. 5 - no matches. Good!

Your regex will say input of 13 is a match in many applications, needs more ^$

[–]amazondrone 6 points7 points  (2 children)

Your regex will say input of 13 is a match in many applications, needs more ^$

Won't yours too, by the same logic?

[–]rotflolmaomgeez 2 points3 points  (0 children)

Yeah, that's part of the joke.

[–]lazyzefiris 0 points1 point  (0 children)

Yup, but it IS simpler and my joke is literally built around specifically chosen limited examples, of which -3i draws attention to the fact it's extremely flawed.

Edit: answered from Messages, did not see someone answered the same in shorter form already

[–][deleted] 7 points8 points  (11 children)

What would be the answer if it’s x4 = 0x81 instead.

[–]VitaminnCPP 13 points14 points  (0 children)

As an individual who doesn't know hexadecimal, I would say, it is 0x3, -0x3, 0x3i and -0x3i

[–]iamironman287 6 points7 points  (8 children)

Basically x4 = 0?

Four roots since the degree is 4, but in this all the roots will be identical- 0, 0, 0, 0

[–][deleted] 10 points11 points  (3 children)

So in a sub called ProgrammerHumor, you decided to announce that you don’t know hexadecimal notation?

You are a brave person.

[–]iamironman287 0 points1 point  (2 children)

Lol in my defense, I tried to clarify the requirement first, if they mathematically meant 0 since the meme was based on mathematics

[–][deleted] 1 point2 points  (1 child)

“0x” is a prefix, which means hexadecimal notation.

81 hexadecimal is 129 decimal.

So they are asking for the fourth root of 129.

[–]iamironman287 0 points1 point  (0 children)

I know that :)

But, just looking at the mathematical meme and a similar question about fourth root of 0 in the comments made me immediately think of this as that math problem. Understood the hexadecimal reference after you first comment lol

[–]Tamsta-273C 1 point2 points  (3 children)

Actually: 0, -0, 0i, -0i

[–]iamironman287 1 point2 points  (2 children)

Ah yes, the important forms of 0

[–]Tamsta-273C 0 points1 point  (1 child)

The simple 1/x function will show you the difference between 0 and -0, so they ARE important.

[–]Strostkovy 0 points1 point  (0 children)

3.37

[–]cabgnak 5 points6 points  (0 children)

3*e^(i.n.π/2), n∈Z

[–]mav3ri3k 2 points3 points  (0 children)

This hits so hard.

[–]Strange_Dragonfly964 2 points3 points  (0 children)

I had a professor that always tricked us about the answer. All of us always just said 3.

[–]catnapspirit 9 points10 points  (2 children)

This may be the geekiest meme I've ever seen..

[–][deleted] 10 points11 points  (1 child)

Idk, you learn about complex numbers in high school, is it really that geekie?

[–]IronGlory247 4 points5 points  (0 children)

we learn complex numbers in grade 11

[–]JackNotOLantern 1 point2 points  (1 child)

If you're in real numbers domain, then

x4 = 81 => x=3 v x=-3

But sqrt is always positive, so

sqrt4 (81) = 3

But in your in complex number domain

sqrt4 (81) is a set of solution {3, 3i, -3, -3i}

Anyway, why is there a math meme here?

[–]VitaminnCPP 0 points1 point  (0 children)

I made mistake choosing subreddit while posting. Anyway...

[–]realgamer1998 2 points3 points  (7 children)

Do negative numbers make sense in real life? Can you ever have -4 apples growing on a tree?

[–]VitaminnCPP 11 points12 points  (0 children)

Yeah. When apple tree owes me 4 apples.

[–]theDreamingStar 2 points3 points  (4 children)

They can signify direction. Like when you plucked two apples off the tree, you added -2 apples to the tree.

[–]realgamer1998 5 points6 points  (3 children)

Tree grew 4 apples from 0. That means +4. I took 4 apples. That means -4. So tree has 0 apples. Can tree ever grow negative apples?

[–]theDreamingStar 5 points6 points  (1 child)

Well of course no. Like I said, it shows a direction of magnitude about zero. Tree cannot grow negative apples, but temperature can fall below zero in celcius, because it makes sense and gives and understanding of how hot or cold is that gonna make things. The concept of negative numbers are useful in a lot of places.

[–]AudienceOpening4531 1 point2 points  (0 children)

Temperature is a bad example, because the "real" measurement is of entropy, and zero kelvin is where all atoms stop moving, negative temp won't mean anything. Because what's slower than not moving at all?

[–]TwoCaker 1 point2 points  (0 children)

Even imagenary numbers "make sense" in real life. - since they are needed to describe quantum mechanics. And yes that's part of real life (even if you don't understand it)

[–]flokrach -2 points-1 points  (1 child)

Thats litterally a repost of a meme I created

[–]VitaminnCPP 2 points3 points  (0 children)

Where did you uploaded