Garbage names in the cas vars menu
|
10-23-2019, 02:26 PM
(This post was last modified: 10-24-2019 10:20 AM by rombva.)
Post: #1
|
|||
|
|||
Garbage names in the cas vars menu
I wrote the program for the cas mode.
Code: #cas After a lot of runs in the CAS Vars menu the garbage or/and empty-names variables appear. This issue happens while running my other cas programs. Command line: Before running: After running: CAS Vars mem: |
|||
10-24-2019, 07:04 AM
Post: #2
|
|||
|
|||
RE: Garbage names in the cas vars menu
This on a calculator, emulator, etc?
TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-24-2019, 09:39 AM
Post: #3
|
|||
|
|||
RE: Garbage names in the cas vars menu | |||
10-24-2019, 10:06 AM
Post: #4
|
|||
|
|||
RE: Garbage names in the cas vars menu
I'd like to try and reproduce, but you have conveniently hidden your inputs in the screenshot. I see: zf74(2*x-y,-x*y,<--hidden by box---->,[2,8])
Can you copy the command line of your run in? Thanks. Also, give it a whirl on the latest 1.5.0 CAS version if you want. TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-24-2019, 10:23 AM
Post: #5
|
|||
|
|||
RE: Garbage names in the cas vars menu
(10-24-2019 10:06 AM)Tim Wessman Wrote: I'd like to try and reproduce, but you have conveniently hidden your inputs in the screenshot. I see: zf74(2*x-y,-x*y,<--hidden by box---->,[2,8]) Sorry. Command line: zf74(2*x-y,-x*y,2*x^2,[0,0],[2,8]). |
|||
10-24-2019, 10:46 AM
(This post was last modified: 10-24-2019 10:47 AM by rombva.)
Post: #6
|
|||
|
|||
RE: Garbage names in the cas vars menu | |||
10-24-2019, 01:19 PM
Post: #7
|
|||
|
|||
RE: Garbage names in the cas vars menu
Thanks! Will investigate....
TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-24-2019, 09:58 PM
Post: #8
|
|||
|
|||
RE: Garbage names in the cas vars menu
On my Android Emu changing "∫" to "int" in line
PHP Code: // v:=∫(f,x,a[1],b[1]); |
|||
10-24-2019, 10:41 PM
Post: #9
|
|||
|
|||
RE: Garbage names in the cas vars menu
This error also happened in XCAS see discussion
https://xcas.univ-grenoble-alpes.fr/foru...ile#p10348 |
|||
10-25-2019, 03:41 AM
Post: #10
|
|||
|
|||
RE: Garbage names in the cas vars menu
(10-24-2019 09:58 PM)FrankP Wrote: On my Android Emu changing "∫" to "int" in line That's right, thanks. But after running the program in the cas vars menu the x variable with assumption of integration boundaries appears. |
|||
10-25-2019, 06:00 AM
Post: #11
|
|||
|
|||
RE: Garbage names in the cas vars menu
That's expected, because x is not declared as a local variable (add purge(x) after declaration to keep it symbolic).
|
|||
10-25-2019, 08:47 AM
Post: #12
|
|||
|
|||
RE: Garbage names in the cas vars menu | |||
10-28-2019, 01:30 AM
Post: #13
|
|||
|
|||
RE: Garbage names in the cas vars menu
(10-25-2019 08:47 AM)rombva Wrote:(10-25-2019 06:00 AM)parisse Wrote: That's expected, because x is not declared as a local variable (add purge(x) after declaration to keep it symbolic). So just to clarify, when you changed to "int(...)" the problem basically when away? (letting us focus on the ∫(...) path exclusively to track it down) TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-28-2019, 05:30 AM
Post: #14
|
|||
|
|||
RE: Garbage names in the cas vars menu
(10-28-2019 01:30 AM)Tim Wessman Wrote:(10-25-2019 08:47 AM)rombva Wrote: Thanks! Replacing the ∫(...) by the int(...) removed the garbage names genartion in my all cas programms. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)