Nonlinear system of algebraic equations

  • Thread starter Thread starter cesarmv
  • Start date Start date
  • Tags Tags
    Nonlinear System
AI Thread Summary
To solve a nonlinear system of algebraic equations derived from a partial differential equation (PDE) numerically, a recommended method is Newton's Method, especially when partial derivatives are easily computed. The discussion highlights the relationship between grid coordinates in a 2D space, where the value at a grid point is influenced by its neighboring points. The user expresses gratitude for the suggestion and intends to explore it further.
cesarmv
Messages
2
Reaction score
0
Hello,

It's my first topic here. :)
In order to solve a PDE numerically, I have reached in a nonlinear system of algebraic equations. Does anyone here know a good method to solve it numerically?

It seems like this:

xij (t+dt) is proportional to xi,j+1(t), xij2(t), xi,j-12(t), xi-1,j(t), xi+1,j(t), etc..

where i and j are 'coordinates' of a 2D grid.

Thank you so much in advance.



César.
 
Technology news on Phys.org
Ok, I'll take a look, thanks!
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top