| 1 | initial version |
Try adding the line
f(x,y) = f
so that Sage knows it is a function of two variables; your syntax can't work because f(x,y) doesn't work from the input box this way.
| 2 | No.2 Revision |
Try adding the line
f(x,y) = f
so that Sage knows it is a function of two variables; your syntax can't work because f(x,y) doesn't work from the input box this way.way. Here is a live example.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.