Rank: 2786 based on 25 downloads (last 30 days) and 1 file submitted
photo

Duc

E-mail

Personal Profile:

A student in Hanoi University of Technology

Professional Interests:
Electronics and programming

 

Watch this Author's files

 

Files Posted by Duc
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 May 2009 Steepest Decent Method Solves a multi-variable unconstrained optimization problem using the Steepest Decent Method Author: Duc mathematics 25 1
Comments and Ratings by Duc View all
Updated File Comments Rating
01 May 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani

untitle4.m
function Untitled4()
syms alpha
f='alpha'
diff(f,alpha)
%error!!

untitle4p.m
syms alpha
f='alpha'
diff(f,alpha)
%get expected result

untitle5.m
function Untitled4()
syms alpha1
f='alpha1'
diff(f,alpha1)
%get expected result

01 May 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani

Run with
x01=1;
x02=2;

and

a='10*(2*x1-5)^2+2*(3*x2-6)^2';
 
then I get an error:
alphaval =
 
C_
 
??? Error using ==> evalin
Undefined function or variable 'C_'.

Comments and Ratings on Duc's Files
Updated File Comment by Comments Rating
04 May 2009 Steepest Decent Method Solves a multi-variable unconstrained optimization problem using the Steepest Decent Method Author: Duc D'Errico, John

This is NOT a "decent" method. At best, it is perhaps a "descent" method. But steepest descent is rarely that decent a choice.

Top Tags Applied by Duc
mathematics
Files Tagged by Duc
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 May 2009 Steepest Decent Method Solves a multi-variable unconstrained optimization problem using the Steepest Decent Method Author: Duc mathematics 25 1
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com