[A83] Re: Symbolic's functions in asm


[Prev][Next][Index][Thread]

[A83] Re: Symbolic's functions in asm




A little correction...

Where you see

	if you have "(x+1)=B2-2x", the output would be "x=B2+1"

It should be

	if you have "(x+1)^2-2x", the output would be "x^2+1"

The quadratic sign on my keyboard doesn't seem to be a valid ascii
sign...


> -----Oorspronkelijk bericht-----
> Van: assembly-83-bounce@lists.ticalc.org Namens Peter Van den Bosch
> Verzonden: zaterdag 13 april 2002 20:08
> Aan: assembly-83@lists.ticalc.org
> Onderwerp: [A83] Symbolic's functions in asm
> 
> 
> 
> Hi everyone,
> 
> I am trying to make an assembly program for the TI-83+ that 
> does the same as the 'expand' feature on the ti92+ or the one 
> on mathematical programs like derive
> 	e.g. if you have "(x+1)=B2-2x", the output would be "x=B2+1"
> 
> In order to program this, I want to use symbolic's simplify command.
> 
> Now here is my question: how can I access symbolic's new 
> functions from within an asm program? Are there any rom calls 
> for the functions symbolic implemented or can I use the 
> equation parser to use the simplify function?
> 
> 
> 
> 





Follow-Ups: References: