|
From: Dimiter P. <dim...@gm...> - 2014-09-29 19:39:53
|
Hello, I tried this particular syntax because I want to pass named arguments. In my hypothesis some of the arguments may not have been assigned. i.e. for a function f(x,y,z,w) I would like to pass only for example [x=1, z=2] in the code. I don't know if this is possible in Maxima. at and apply looked like good candidates for this scenario. best regards, Dimiter |