Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How fast is Mathematica?

fast Mathematica
0
Posted

How fast is Mathematica?

0

A1. In most areas, Mathematica is extremely well optimised. In fact, it routinely beats custom C code–mainly because it is using much more sophisticated algorithms. You can think of Mathematica as having built-in functions that cover certain common chunks of computational functionality. Once you’re inside a chunk (such as, say, eigenvalues), Mathematica will go as fast as anything else–and often faster. But if you have lots of separate chunks, the generality of Mathematica can potentially slow it down since it has to do a lot of checking between each chunk. Version 3.0, however, has a sophisticated compiler that makes even these kinds of computations go spectacularly fast when the only objects involved are numbers.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123