Home > K25104 > ODEs > multistep_order_script_1.m

multistep_order_script_1

PURPOSE ^

Usage example for multistep_order

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for multistep_order
 related to Exercise 6.4

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for multistep_order
0002 % related to Exercise 6.4
0003 
0004 rho = [1/2; -3; 3/2; 1];
0005 sigma = [0; 0; 3; 0];
0006 [ p ] = multistep_order( rho,sigma )

Generated on Mon 18-Jan-2016 10:25:49 by m2html © 2005