Earlier quoted context omitted.
> When I was in college they told us most of computing resources were used doing Linear Programming. I seriously doubt that was ever true, except perhaps for a very brief time in the 1950s or 60s. Linear programming is an incredibly niche application of computing used so infrequently that I've never seen it utilised anywhere despite being a consultant that has visited hundreds of varied customers including big busine…
3d modelers would like to have a word with you. Part of the reason why linear programming does need t get used as often is that there are no industry standard software implementation that is not atrociously priced. Same deal with Mathematica.
Is Matrix Multiplication Ugly?
101–110 of 113 posts
Re: Is Matrix Multiplication Ugly?
#102Earlier quoted context omitted.
> When I was in college they told us most of computing resources were used doing Linear Programming. I seriously doubt that was ever true, except perhaps for a very brief time in the 1950s or 60s. Linear programming is an incredibly niche application of computing used so infrequently that I've never seen it utilised anywhere despite being a consultant that has visited hundreds of varied customers including big busine…
I have not only used linear programming in the industry, I have also had to write my own solver because the existing ones (even commercial) were to slow. (This was possible only because I only cares about a very approximate solution) The triangulations you mention are important in the current group I'm working in.
PS: My point is not that these things are never used, they clearly are, I'm saying that the majority of CPU cycles globally goes towards "idle", then pushing pixels around with simple bitblt-like algorithms for 2D graphics, then whatever it is that browsers do on the inside, then operating system internals, and then specialised and more interesting algorithms like Linear Programming are a vanishingly small slice of whatever is left of that pie chart.
Re: Is Matrix Multiplication Ugly?
#103Re: Is Matrix Multiplication Ugly?
#104Hadamars product/elementwise multiplication is also commutative.
Re: Is Matrix Multiplication Ugly?
#105Earlier quoted context omitted.
3d modelers would like to have a word with you. Part of the reason why linear programming does need t get used as often is that there are no industry standard software implementation that is not atrociously priced. Same deal with Mathematica.
3D modelling is mostly linear algebra , not linear programming , which is an entirely different set of algorithms.
Re: Is Matrix Multiplication Ugly?
#106Earlier quoted context omitted.
Yup. PhD is a start. My condolences though, for being in a line of work where you don't perceive beauty.
I'm a researcher in FAANG - I'll keep in mind your condolences when I get my yearly RSU re-grant lololol.
The 15 is on the lower side. When I used to be there 15 would be on the uncomfortable side :) Good luck to up the numbers. Oh! do get back on the Cooley Tukey citations and FFT mention ratio.
Re: Is Matrix Multiplication Ugly?
#107Well function composition f(g(x)) is not the same as g(f(x)) and when you represent f and g as matrices relative to some suitable set of basis functions then obviously AB and BA should be different. If the multiplication was defined any different, that wouldn’t work.
The way that I used to put this was, "If I put on my shoes before my socks, I'll get a different result than if it I put on my socks before my shoes. Order of operations matters."
I asked him, “is this not the commuter rail?”
Re: Is Matrix Multiplication Ugly?
#108Earlier quoted context omitted.
I'm a researcher in FAANG - I'll keep in mind your condolences when I get my yearly RSU re-grant lololol.
Then thanks for your services, your work is literally paying me in my retirement. The 15 is on the lower side. When I used to be there 15 would be on the uncomfortable side :) Good luck to up the numbers. Oh! do get back on the Cooley Tukey citations and FFT mention ratio.
Re: Is Matrix Multiplication Ugly?
#109Earlier quoted context omitted.
> You can still find citations of those papers to this day. That's not what I contested. What fraction of people who use differentials in their published work still cite Newton or Leibnitz was the point. You can count number of such citations in last 10 years of say neural nets literature, or applied maths literature and report. Thats plenty of use. Citations to their differential calculus that are still made are mos…
> What fraction of people who use differentials in their published work still cite Newton or Leibnitz was the point Those papers were written in the 1600s. "The character of physical law", the essay you're ripping off, was written in 1964. 100% papers from the 1960s are cited every single time the techniques are used. You are as tedious as the original refrain I was complaining about (which is not at all ironic). Wha…
Honestly quite often an idea did originate in my own thoughts, but the work to put it into well-formed words, which I will use to tell others about it, was done by someone else, whose formulations of the same idea I had, I have read later.
Re: Is Matrix Multiplication Ugly?
#110I guess Stephen Witt must not like subtraction either, since a-b =/= b-a. Nor division.