How To Solve Simple Bilinear Equations Under Extra Linear Constraints?

What are good algorithms to solve equations (or systems of equations or differential equations) using cloud computing?

  • Non linear equations, systems of equations or differential equations are solved using iterative approaches. Are there any parallel algorithms that could be used to solve the same problems, but exploiting a parallel approach that could be implemented in the cloud?

  • Answer:

    Absolutely. Researchers and programmers have done it (i.e. running parallel iterative solvers on remote clusters) for years, since the beginning of parallel computing. However, note that the parallelization typically takes place in each iteration (rather than distributing the iterations). ------------------ If you specify a system of equations that you want to solve using an iterative method, it's likely that a parallel implementation of that method already exists freely on the internet.

Kenneth Tran at Quora Visit the source

Was this solution helpful to you?

Other answers

It's the Latency, Stupid -- Stuart Cheshire, 1996. Communication between instances in the cloud are hundreds times slower than that between nodes in a supercomputer. So I would expect a typical MPI-based PDE solver to be hundreds times slower in the cloud than on a supercomputer. That, however, may change as research effort is put into this topic.

Qiqi Wang

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.