eig vs eigs
Next message: harrygan_at_sympatico.ca: "Non-linear regression calculation within Quattro Pro"
Date: 24 Feb 2005 19:11:01 -0800
If I want to extract the maximum eigenvalue of a matrix in matlab,
what command should i use? (Same question for minimum)
I have the choice of
eig
eigs
norm
svds
Anyone knows of a better code than the above four commands in matlab?
Thanks,
--j
Next message: harrygan_at_sympatico.ca: "Non-linear regression calculation within Quattro Pro"
Relevant Pages
- Re: eig vs eigs
... > Anyone knows of a better code than the above four commands in matlab? ... I'd go for eig or eigs - they're documented to give the eigenvalues, ... So, to time them in Matlab, just put the command "tic;" on the line ... (sci.math.num-analysis) - Re: Matlab -- Venting, Plus Miscellaneous Questions
... There are no command lines. ... Matlab is obviously intensively command-driven -- which means, ... print or online documentation. ... calculations, but symbolic calculations keep showing some ridiculous ... (sci.math.symbolic) - Re: Matlab -- Venting, Plus Miscellaneous Questions
... that I am -- I don't want to type in a special command syntax each ... Matlab is obviously intensively command-driven -- which means, ... print or online documentation. ... calculations, but symbolic calculations keep showing some ridiculous ... (sci.math.symbolic) - Re: [Help] Printing problem in Mac OSX Leopard
... I think the issue is that the operating system lpr command (used by MATLAB to send the file to your printer) doesn't recognize the IP address as a printer. ... HP LaserJet 1320 series ... (comp.soft-sys.matlab) - Re: Text boxes in plot dont stay where I put them
... I'm not sure what you mean by checking the units properties Skeptic since I'm new to Matlab. ... command or the print command from the MATLAB command window. ... The print command has lots of options and is used to generate both hardcopy output as well as to create files of various output formats. ... The most likely thing that's happening when you print your figure is that the figure is being resized to fit the output size (look at the doc for help on the figure and its paperpositionmode, paperposition, and paperunits properties). ... (comp.soft-sys.matlab) |
|