Home > demos > ac > acjacmu.m

acjacmu

PURPOSE ^

jacobian for AC with cont in mu

SYNOPSIS ^

function [c,fu,flam,b]=acjacmu(p,u,lam)

DESCRIPTION ^

 jacobian for AC with cont in mu

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [c,fu,flam,b]=acjacmu(p,u,lam)  
0002 % jacobian for AC with cont in mu
0003 u=pdeintrp(p.points,p.tria,u); c=lam; 
0004 fu=p.up1+3*u.^2-5*u.^4; flam=0; b=0;

Generated on Wed 15-Aug-2012 12:53:02 by m2html © 2005