| 1 | initial version |
Sometimes solving an equation gives a family of solutions with one or more parameters.
Real-valued parameters are denoted by r0, r1, etc.
Integer-valued parameters are denoted by z0, z1, etc.
| 2 | No.2 Revision |
Sometimes solving an equation gives a family of solutions with one or more parameters.
Complex-valued parameters are denoted by c1, c2, etc.
Real-valued parameters are denoted by , r0r1, etc.r1r2
Integer-valued parameters are denoted by , z0z1, etc.z1z2
Example:
sage: solve (x - x == 0, x)
[x == r1]
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.