Numerically solving the null vector

  • Context: Graduate 
  • Thread starter Thread starter wdlang
  • Start date Start date
  • Tags Tags
    Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
wdlang
Messages
306
Reaction score
0
i have a 1000 by 1000 matrix A

A is definitely singular

I want to solve the null vector numerically

How to do this?

matlab does not work!
 
Physics news on Phys.org
wdlang said:
i have a 1000 by 1000 matrix A

A is definitely singular

I want to solve the null vector numerically

How to do this?

matlab does not work!

Can you clarify what you mean by "solve the null vector"? Do you mean that you want to find a vector [tex]x \neq 0[/tex] such that [tex]Ax = 0[/tex]? i.e., to find a nonzero element of the null space?
 
jbunniii said:
Can you clarify what you mean by "solve the null vector"? Do you mean that you want to find a vector [tex]x \neq 0[/tex] such that [tex]Ax = 0[/tex]? i.e., to find a nonzero element of the null space?

yes!