User Profile

Collapse

Profile Sidebar

Collapse
eriku
eriku
Last Activity: Jun 24 '07, 06:01 AM
Joined: Jun 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eriku
    replied to Solving system of equations
    in PHP
    http://www.netlib.org/lapack/index.html
    / Erik...
    See more | Go to post

    Leave a comment:


  • eriku
    replied to Solving system of equations
    in PHP
    Thank you shoonya!
    A generalisation like expanding to 6*6 or more is not quite trivial, so I was (still am) hoping to find something already tested and cleared. But if nothing turns up, I guess I have to go the hard way via Cramer's rule. Or maybe translate some suitable routines from LAPACK (probably better).

    / Erik...
    See more | Go to post

    Leave a comment:


  • eriku
    replied to Solving system of equations
    in PHP
    No, A is a matrix with 6 rows and 6 columns!
    / Erik...
    See more | Go to post

    Leave a comment:


  • eriku
    replied to Solving system of equations
    in PHP
    A linear system of eq:s, i.e.
    Ax + b=0
    where A is a n*n matrix, x is a n-dimensional vector of unknown and b is a n-dim. constant vector.
    n=6 in the actual case, could be 7 or more tomorrow.

    A mathematics library in PHP (something like LAPACK in Fortran) is too much to wish for, but maybe someone has translated something ...?

    / Erik...
    See more | Go to post

    Leave a comment:


  • eriku
    started a topic Solving system of equations
    in PHP

    Solving system of equations

    I need to solve a system of eq:s with 6 unknown on line (in a trim routine for a simulation model). Do you happen to know where I can find a good function that does that?
    / Erik
    See more | Go to post
No activity results to display
Show More
Working...