Jeff Johnson 169557f427 Cleanup repository after cvs2git conversion. 3 éve
..
AUTHORS 169557f427 Cleanup repository after cvs2git conversion. 3 éve
COPYING 169557f427 Cleanup repository after cvs2git conversion. 3 éve
INSTALL 169557f427 Cleanup repository after cvs2git conversion. 3 éve
Makefile 169557f427 Cleanup repository after cvs2git conversion. 3 éve
README 169557f427 Cleanup repository after cvs2git conversion. 3 éve
create_gino.sh 169557f427 Cleanup repository after cvs2git conversion. 3 éve
g2o_pol.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
gino.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
gino_examples.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
ginsh.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_append.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_diff.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_gmatrix2mmatrix.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_lin.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_list.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_lst_to_matrix.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve
go_matrix_to_lst.m 169557f427 Cleanup repository after cvs2git conversion. 3 éve

README

Gino is a symbolic toolbox for octave (www.octave.org) using ginsh -
the shell interface to ginac (www.ginac.de).

ginsh.m provides a low-level octave interface to ginsh. All of the
ginsh functions are implemented by octave functions of the form
g_fun(arglist).

All in and out arguments of the toolbox functions are octave strings
containing valid ginsh expressions. Where appropriate, these can be
turned into matlab scalars, matrices and lists using octave's eval
function. Spurious output is avoided by setting
default_eval_print_flag=0.

This provides a clear division between symbolic expressions (always
contained in strings) and octave expressions. It also allows the
powerful octave string machinery to be used to manipulate symbolic
expressions.

gino_examples.m contains some introductory examples.

P.J.Gawthrop. 19th December 2002.