source code of eig() function

7 views (last 30 days)
Kamanashis Saha
Kamanashis Saha on 7 Sep 2016
Commented: Steven Lord on 31 Jan 2017
Is the source code script for built-in function eig() in MATLAB is available??
  2 Comments
dhiya ibrahim
dhiya ibrahim on 31 Jan 2017
please I need for this code ...is here person know the source code for eig function
Steven Lord
Steven Lord on 31 Jan 2017
As I said in my Answer we do not distribute that source code.

Sign in to comment.

Accepted Answer

Steven Lord
Steven Lord on 7 Sep 2016
We don't distribute the source code for the functions built into MATLAB itself. [Some people consider any function that is included when you install MATLAB as a "built in" function. The definition I use is that a function is built-in if which and exist indicate it is built-in.] If you want to see that source code, your first step will need to be here.
Stalin Samuel: That source code is for the symbolic object overload of eig, not the numeric version that is built into MATLAB itself.

More Answers (1)

Stalin Samuel
Stalin Samuel on 7 Sep 2016
Edited: Stalin Samuel on 7 Sep 2016
Yu can find the eig function under matlab installation directory toolbox\symbolic\symbolic\@sym

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!