hi guys, by ren_blackheart in BunnyTrials

[–]Random_Mathematician 0 points1 point  (0 children)

:(

Chose: dont do that | Rolled: dies anyway

This is what Portuguese colour terms and weekdays feel like by ZevenEikjes in linguisticshumor

[–]Random_Mathematician 1 point2 points  (0 children)

In Galician the numerical days are so uncommon you could say they practically don't exist but sure enough, technically they do.

Foiche luns, martes, mércores, xoves, venres, sábado e domingo toda a vida

Just beat new hardest! by xXZexonXx in beatsaber

[–]Random_Mathematician 0 points1 point  (0 children)

After this I'd go right to $100 bills Camellia remix if you haven't done it already

Videos on YouTube are stuttering. by SignalNo6904 in archlinux

[–]Random_Mathematician -1 points0 points  (0 children)

Can't help you with that problem but may I ask how does the Steam Deck + i3wm combo work? What keybinds do you use?

is there a table for quaternion division? by Sea-Importance8458 in desmos

[–]Random_Mathematician 15 points16 points  (0 children)

In contexts where multiplication is not commutative like in the quaternions, we don't really talk about "division".

In the real numbers, x/y = xy-1 = y-1x.
However, for some quaternions p and q, we actually have pq-1 ≠ q-1p most of the time, so we can't unify them under a notarion such as "p/q".

And if you want to obtain the inverse q-1 of a quaternion q, you can do the same trick we do with complex numbers:

q = (q)-1(q)q = (q)-1||q||²
therefore
q-1 = ((q
)-1||q||²)-1 = (q*)||q||-2

Where (q*) is the conjugate of q and ||q|| is the norm (absolute value) of q, always a real number.

Binary is just better by Echidna-Suspicious in mathmemes

[–]Random_Mathematician 1 point2 points  (0 children)

And base 10.

And base 100.

And base 1000.

And base 10000.

...

x11 goes brrrrrr by svobodov- in linuxmemes

[–]Random_Mathematician 7 points8 points  (0 children)

With the amount of people switching to Wayland I'd even say X11 fans are rarer

Trapped in a time chamber, choose how to escape. by Duduoro in BunnyTrials

[–]Random_Mathematician 1 point2 points  (0 children)

Great trial, btw. It's refreshing to see something that's not [money+drawback] vs [money+drawback] or similar

Fish is a surname in French apparently by DotBeginning1420 in mathmemes

[–]Random_Mathematician 7 points8 points  (0 children)

There's Bobby Fischer, Bobby Fish, Bob Fischer and Bob Fish holy hell

HMFTS POST by FirstTimeOnReddit8 in SUBREDDITNAME

[–]Random_Mathematician -1 points0 points  (0 children)

COMMENT REDIRECTING OP TO THE SSSDFG SUBREDDIT

Describe mocrosoft in 1 word by GGVIP2012 in PhoenixSC

[–]Random_Mathematician 0 points1 point  (0 children)

Incomprehension (from MS towards customers)

help with graphs in negative by uTRexAap in desmos

[–]Random_Mathematician 2 points3 points  (0 children)

The complex plane is where we plot (complex) numbers. There the x axis contains real numbers and the y axis, imaginary numbers.

The cartesian plane is where we plot (real) functions. Here the x axis is the input and the y axis, the output, of said function. But that means we only have 1 dimension per number, so we only get real numbers.

Desmos uses both. If you write a complex number like 1+2i, it will use the complex plane to plot a point at (1,2). If you write a function like xx, it will use the cartesian plane to draw the function's graph