mcbpete Posted May 6, 2014 Report Share Posted May 6, 2014 Nah, at the time you probably thought that was true. Remember back in elementary school when you were told that you couldn't do square roots of anything below 0, same thing ! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161172 Share on other sites More sharing options...
joseph Posted May 6, 2014 Report Share Posted May 6, 2014 On 5/6/2014 at 9:16 PM, mcbpete said: Nah, at the time you probably thought that was true. Remember back in elementary school when you were told that you couldn't do square roots of anything below 0, same thing ! Or back in calculus when you were told that you couldn't sum a divergent series :) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide joseph's signature Hide all signatures Autechre Rule - Queen are Shite Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161200 Share on other sites More sharing options...
Guest FuncRandm Posted May 6, 2014 Report Share Posted May 6, 2014 (edited) Wrote a load of stuff over the last few years. Most complex is probably a rendering engine on the PS2, that was fed data from my own polygon stripper through a triangle clipping, textured rendering engine. Lots of assembly, matrix maths, display list-ish manipulation. Was a load easier on later machines. My main languages are C++ and C# but I found myself using Delphi a lot for the last couple of years.Programming is definitely something you have to keep practicing. Sometimes it feels like I've just started learning even though I've been programming for my entire adult life and more. Such a wide and varied field :). Edited May 6, 2014 by FuncRandm Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161218 Share on other sites More sharing options...
eugene Posted May 6, 2014 Report Share Posted May 6, 2014 On 5/6/2014 at 9:16 PM, mcbpete said: Nah, at the time you probably thought that was true. Remember back in elementary school when you were told that you couldn't do square roots of anything below 0, same thing ! you can do square roots of negatives ? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161234 Share on other sites More sharing options...
mcbpete Posted May 6, 2014 Report Share Posted May 6, 2014 On 5/6/2014 at 10:21 PM, Joseph said: Or back in calculus when you were told that you couldn't sum a divergent series :)Fucking -1/12 man ... bloody magic ! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161236 Share on other sites More sharing options...
Ivy Zemura yvI oo ii oo Posted May 6, 2014 Author Report Share Posted May 6, 2014 On 5/6/2014 at 11:12 PM, eugene said: On 5/6/2014 at 9:16 PM, mcbpete said: Nah, at the time you probably thought that was true. Remember back in elementary school when you were told that you couldn't do square roots of anything below 0, same thing ! you can do square roots of negatives ? i Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161247 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 ah this, but it's not really doing a square root of a negative number, it's just a different system. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161256 Share on other sites More sharing options...
mcbpete Posted May 7, 2014 Report Share Posted May 7, 2014 I'd say more it's adding an additional dimension to the number plane - bear in mind negative numbers were's thought of as a real thing until several hundred AD, then suddenly we had something on our axis below 0 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161265 Share on other sites More sharing options...
joseph Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 12:08 AM, eugene said: ah this, but it's not really doing a square root of a negative number, it's just a different system. Of course it's doing the square root of a negative number: the number i squares to -1. And saying it's "just a different system" is unfair to the complex numbers. The complex numbers are the system. All polynomial equations are solvable within the complex numbers. And in quantum mechanics, probability amplitudes are complex! Edited May 7, 2014 by Joseph Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide joseph's signature Hide all signatures Autechre Rule - Queen are Shite Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161301 Share on other sites More sharing options...
joseph Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 2:50 AM, Joseph said: On 5/7/2014 at 12:08 AM, eugene said: ah this, but it's not really doing a square root of a negative number, it's just a different system. Of course it's doing the square root of a negative number: the number i squares to -1. You might say that it's an arbitrary definition, but it really isn't. To see it you have to understand the geometry of multiplication. In the complex plane, when you multiply two numbers you rotate the plane. The pure imaginary numbers (like i) lie on the vertical axis, the pure reals (like -1) lie on the horizontal axis. See here: http://graphics8.nytimes.com/images/2010/03/01/opinion/09strogatz1/09strogatz1-custom1-v3.jpg i makes a 90 degree angle from the horiz. axis, so when you square it, you land at an angle of 90+90=180 degrees, at -1. Edited May 7, 2014 by Joseph Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide joseph's signature Hide all signatures Autechre Rule - Queen are Shite Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161304 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 wow, that's cool. can you prove that 9/11 was a false flag with those ? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161310 Share on other sites More sharing options...
joseph Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 3:21 AM, eugene said: wow, that's cool. can you prove that 9/11 was a false flag with those ? No, you just need standard bayesian probability for that, the real numbers between 0 and 1. (If you really want to argue about that then please resurrect some old thread, we shouldn't derail this one.) Edited May 7, 2014 by Joseph Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide joseph's signature Hide all signatures Autechre Rule - Queen are Shite Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161312 Share on other sites More sharing options...
Ivy Zemura yvI oo ii oo Posted May 7, 2014 Author Report Share Posted May 7, 2014 Please continue to derail this thread with a 3d video demonstration of this rotation of the imaginary plane stuff Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161337 Share on other sites More sharing options...
peace 7 Posted May 7, 2014 Report Share Posted May 7, 2014 10 PRINT "I CAN ONLY WRITE BASIC" 20 GOTO 10 RUN Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide peace 7's signature Hide all signatures ▰ SC-nu ▰ nothinggg.com ▰ SC-old ▰ YT ▰ @peepeeland On 4/22/2014 at 8:07 AM, LimpyLoo said: All your upright-bass variation of patanga shitango are belong to galangwa malango jilankwatu fatangu. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161354 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 On 5/7/2014 at 3:37 AM, Joseph said: On 5/7/2014 at 3:21 AM, eugene said: wow, that's cool. can you prove that 9/11 was a false flag with those ? No, you just need standard bayesian probability for that, the real numbers between 0 and 1. (If you really want to argue about that then please resurrect some old thread, we shouldn't derail this one.) nah not really, i just wanted to see if you'll spew something equally retarded as what you did in that thread on marathon bombing. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161357 Share on other sites More sharing options...
delet... Posted May 7, 2014 Report Share Posted May 7, 2014 Last word double down syndrome is an icky trait eugy. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures A member of the non sequitairiate. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161361 Share on other sites More sharing options...
zkom Posted May 7, 2014 Report Share Posted May 7, 2014 On 5/7/2014 at 2:58 AM, Joseph said: On 5/7/2014 at 2:50 AM, Joseph said: On 5/7/2014 at 12:08 AM, eugene said: ah this, but it's not really doing a square root of a negative number, it's just a different system. Of course it's doing the square root of a negative number: the number i squares to -1. You might say that it's an arbitrary definition, but it really isn't. To see it you have to understand the geometry of multiplication. In the complex plane, when you multiply two numbers you rotate the plane. The pure imaginary numbers (like i) lie on the vertical axis, the pure reals (like -1) lie on the horizontal axis. See here: http://graphics8.nytimes.com/images/2010/03/01/opinion/09strogatz1/09strogatz1-custom1-v3.jpg i makes a 90 degree angle from the horiz. axis, so when you square it, you land at an angle of 90+90=180 degrees, at -1. To be more precise you can't do square roots of negative numbers in the real domain that is generally used in school mathematics. You can do them in the complex domain for which the real domain is a subset. Or looking the other way the complex numbers are a field extension of the real number field. There are also higher dimensional number sets like quaternions, for which the complex numbers are a subset. It just boils down to the selection of the domain or field you're working with. Complex numbers don't make sense in some contexts, but neither do negative numbers, for example if you're counting bananas or measuring the area of a garden. Complex numbers are useful if you're doing for example electronics, quaternions can be useful in 3D graphics, etc. Also, numbers aren't a real thing anyway. They're just an abstract human concept that handily map to our perception of reality when interpreted in certain ways.. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide zkom's signature Hide all signatures electro mini-album Megacity Rainfall "cacas in igne, heus" - Emperor Nero, AD 64 Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161365 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 9:24 AM, delet... said: Last word double down syndrome is an icky trait eugy. you bunch really are something of cult, aren't you ? a minor diss towards an RT watcher/conspiratard/libertarian moron/chomskyst and you immediately get someone to his defense... Edited May 7, 2014 by eugene Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161369 Share on other sites More sharing options...
NorthernFusion Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 2:50 AM, Joseph said: On 5/7/2014 at 12:08 AM, eugene said: ah this, but it's not really doing a square root of a negative number, it's just a different system. Of course it's doing the square root of a negative number: the number i squares to -1. And saying it's "just a different system" is unfair to the complex numbers. The complex numbers are the system. All polynomial equations are solvable within the complex numbers. And in quantum mechanics, probability amplitudes are complex! Nicely answered, eugene doesn't realise that real numbers are a subset of complex numbers. Edited May 7, 2014 by NorthernFusion Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide NorthernFusion's signature Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161372 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 well ok i'm not en expert obviously but those are all abstract systems that might have some usage in some fields as mokz said . i mean you can say that 2+2=flol and see where it can be applicable. do complex numbers describe something natural that real numbers can't ? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161378 Share on other sites More sharing options...
NorthernFusion Posted May 7, 2014 Report Share Posted May 7, 2014 (edited) On 5/7/2014 at 9:54 AM, mokz said: On 5/7/2014 at 2:58 AM, Joseph said: On 5/7/2014 at 2:50 AM, Joseph said: On 5/7/2014 at 12:08 AM, eugene said: ah this, but it's not really doing a square root of a negative number, it's just a different system. Of course it's doing the square root of a negative number: the number i squares to -1. You might say that it's an arbitrary definition, but it really isn't. To see it you have to understand the geometry of multiplication. In the complex plane, when you multiply two numbers you rotate the plane. The pure imaginary numbers (like i) lie on the vertical axis, the pure reals (like -1) lie on the horizontal axis. See here: http://graphics8.nytimes.com/images/2010/03/01/opinion/09strogatz1/09strogatz1-custom1-v3.jpg i makes a 90 degree angle from the horiz. axis, so when you square it, you land at an angle of 90+90=180 degrees, at -1. To be more precise you can't do square roots of negative numbers in the real domain that is generally used in school mathematics. You can do them in the complex domain for which the real domain is a subset. Or looking the other way the complex numbers are a field extension of the real number field. There are also higher dimensional number sets like quaternions, for which the complex numbers are a subset. It just boils down to the selection of the domain or field you're working with. Complex numbers don't make sense in some contexts, but neither do negative numbers, for example if you're counting bananas or measuring the area of a garden. Complex numbers are useful if you're doing for example electronics, quaternions can be useful in 3D graphics, etc. Also, numbers aren't a real thing anyway. They're just an abstract human concept that handily map to our perception of reality when interpreted in certain ways.. my hero On 5/7/2014 at 10:33 AM, eugene said: well ok i'm not en expert obviously but those are all abstract systems that might have some usage in some fields as mokz said . i mean you can say that 2+2=flol and see where it can be applicable. do complex numbers describe something natural that real numbers can't ? A lot of things, I recommend just looking up a page describing its applications (doesn't matter if you don't understand the Maths), it's pretty vast. Complex functions, for example, can describe wave functions (like travelling waves etc), that's the most basic use I can think of, but it's endless tbh. Didn't mean to sound like a dick in my original response either. Edited May 7, 2014 by NorthernFusion Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide NorthernFusion's signature Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161379 Share on other sites More sharing options...
zkom Posted May 7, 2014 Report Share Posted May 7, 2014 On 5/7/2014 at 10:33 AM, eugene said: well ok i'm not en expert obviously but those are all abstract systems that might have some usage in some fields as mokz said . i mean you can say that 2+2=flol and see where it can be applicable. do complex numbers describe something natural that real numbers can't ? You can reduce any modern mathematical system down to integers or even basic set theoretical operations. So complex numbers aren't "needed" in the strict sense as are not the real numbers or even integers. It's just that they make calculations much easier. There are plenty of uses for complex numbers. Engineers use them all the time. If you do a Fourier transformation on a signal you get complex numbers as result that describe the amplitude and phase shift on each frequency. You could do this with real numbers also but it would be far more complicated. And you would have two sets of numbers describing the amplitude and phase components. This makes the creation of linear system equations in signal processing and systems engineering very easy. For a given filter you can just write Y=F*X where Y, F and X are the Fourier transformations of output, filter and input respectively. In analog electronics they also simplify the calculations. You can write the capacitor impedance simply as Z=1/(i*w*C) which gives you again the phase shift and resistance in a single complex number for a given angular velocity w. That's just couple of examples from my field. They are also needed for higher order polynomials for intermediate results even though the final roots may be all real, etc. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide zkom's signature Hide all signatures electro mini-album Megacity Rainfall "cacas in igne, heus" - Emperor Nero, AD 64 Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161386 Share on other sites More sharing options...
eugene Posted May 7, 2014 Report Share Posted May 7, 2014 I see, so technically it's just a more parsimonious way to explain shit...if im getting it right. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161395 Share on other sites More sharing options...
mcbpete Posted May 7, 2014 Report Share Posted May 7, 2014 On 5/7/2014 at 12:10 PM, eugene said: I see, so technically it's just a more parsimonious way to explain shit...if im getting it right.Googles "parsimonious" - Nope, nope it's not. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily. Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161398 Share on other sites More sharing options...
NorthernFusion Posted May 7, 2014 Report Share Posted May 7, 2014 On 5/7/2014 at 12:18 PM, mcbpete said: On 5/7/2014 at 12:10 PM, eugene said: I see, so technically it's just a more parsimonious way to explain shit...if im getting it right.Googles "parsimonious" - Nope, nope it's not. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide NorthernFusion's signature Hide all signatures Link to comment https://forum.watmm.com/topic/79152-programming/page/8/#findComment-2161402 Share on other sites More sharing options...
Recommended Posts