Post Reply 
CAS Vars and integrals
08-24-2021, 08:56 PM
Post: #3
RE: CAS Vars and integrals
Hi, robmio

I did try OP code. Global t is not affected.

CAS> purge(t)               → "No such variable t"
CAS> Beta_r(1,2,3)       → 1/12
CAS> t       → t

CAS> t := 99
CAS> Beta_r(1,2,3)       → 1/12
CAS> ∫(t^3, t = 0 .. 1)  → 1/4
CAS> t       → 99

Definite integral variable (and function arguments) are supposed to be local.
Requiring LOCAL for these is a bug, and should be fixed.

In the meantime, a hard reset should do the trick.
see https://www.hpmuseum.org/forum/thread-16...#pid148129
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS Vars and integrals - robmio - 08-24-2021, 05:37 AM
RE: CAS Vars and integrals - C.Ret - 08-24-2021, 06:09 PM
RE: CAS Vars and integrals - Albert Chan - 08-24-2021 08:56 PM
RE: CAS Vars and integrals - rprosperi - 08-24-2021, 11:56 PM



User(s) browsing this thread: 1 Guest(s)