Author Topic: CAS  (Read 8450 times)

0 Members and 1 Guest are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: CAS
« Reply #15 on: September 08, 2011, 06:59:23 am »
It will be awesome to have limit solver in ti84 :)

I see no particular reason why that couldn't be done, even in BASIC.
But the lim(x-> oo) stuff, it cant be done, right?
Sig wipe!

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: CAS
« Reply #16 on: September 10, 2011, 12:47:04 am »
I never actually realized how slow the SciTools app was until this year, when I'm actually using it heavily. I also didn't notice that it redraws the whole screen for every single menu movement. That's just sad.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: CAS
« Reply #17 on: September 10, 2011, 01:23:12 am »
It will be awesome to have limit solver in ti84 :)

I see no particular reason why that couldn't be done, even in BASIC.
But the lim(x-> oo) stuff, it cant be done, right?

It can.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline AHelper

  • LV3 Member (Next: 100)
  • ***
  • Posts: 99
  • Rating: +18/-0
    • View Profile
    • GlaßOS razzl
Re: CAS
« Reply #18 on: September 10, 2011, 01:29:10 am »
The ti89 solves limits correctly, so it is possible.  A side note, I already am working on a cas (gCAS2) for GlassOS, which runs oncalc and on PC.  I haven't worked on it recently, but it can parse, create a node tree, simplify and approximate it, and create output, including steps in simplifying the problem... :-D
SDCC tastes like air bags - big output, but fast and safe to run.

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: CAS
« Reply #19 on: September 14, 2011, 09:26:32 pm »
If I am able to do this, it would be something very simple. Perhaps more of a "symbolic manipulator" thing. Mostly I want to do this just for fun, and to learn more about the subject. I am currently researching all I can about CAS systems in general. If anyone can recommend materials for that, let me know.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: CAS
« Reply #20 on: September 17, 2011, 09:50:54 am »
I remember critor made a tool called Autocalc that, if combined with prettyprint, MathPrint OSes and Symbolic, acted like a CAS kinda.
Also, Symbolic is released with the source code here.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: CAS
« Reply #21 on: September 17, 2011, 11:40:40 am »
I have always been interested in the theory behind Computer Algebra Systems, but most of it is way above my own current knowledge!  I wish you luck! :)