# Created by Octave 3.6.1, Sun Mar 25 17:34:24 2012 UTC # name: cache # type: cell # rows: 3 # columns: 2 # name: # type: sq_string # elements: 1 # length: 16 asm_build_system # name: # type: sq_string # elements: 1 # length: 453 -- Function File: [A,JAC,RES] = asm_build_system(INSTRUCT,X,T) Cycle through the circuit description structure INSTRUCT to build the system matrices A, JAC, RES for the current step of the Newton method. X is the current value of the state variables, while T is the current time point. See the `IFF file format specifications' for details about the output matrices. See also: asm_initialize_system, prs_iff # name: # type: sq_string # elements: 1 # length: 80 Cycle through the circuit description structure INSTRUCT to build the system mat # name: # type: sq_string # elements: 1 # length: 21 asm_initialize_system # name: # type: sq_string # elements: 1 # length: 414 -- Function File: [A,B,C] = asm_initialize_system(INSTRUCT,X) Cycle through the circuit description structure INSTRUCT to build the system matrices A, B, C for the linear and time-invariant part of the system. X is the current value of the state variables. See the `IFF file format specifications' for details about the output matrices. See also: asm_build_system, prs_iff # name: # type: sq_string # elements: 1 # length: 80 Cycle through the circuit description structure INSTRUCT to build the system mat