Ticket #1746 (closed defect: fixed)
Problem defining equations
| Reported by: | dominik.kreil | Owned by: | dominik.kreil |
|---|---|---|---|
| Priority: | major | Milestone: | GeoGebra 4.2 |
| Component: | CAS | Keywords: | |
| Cc: | markus | Estimate (h): | 0 |
| Progress (%): | 100 |
Description
equations created in CAS like:
g: x+y=3
were not visible in the algebra view, but it is possible to calculate with them in CAS.
Change History
Note: See
TracTickets for help on using
tickets.

works now for functions without CAS variables like:
g: x + 5*y = 10
but not for
a = 5
f: x + a*y = 10