Rank: 4288 based on 5 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 5 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 5 1

Contact us at files@mathworks.com