Post Reply 
Saving expressions?
03-21-2020, 03:30 AM
Post: #3
RE: Saving expressions?
(03-20-2020 07:15 PM)Dands Wrote:  Hi,

I have the following matrix in my CAS view and would like to save it for later use. The matrix has variables that I pre-assigned with values. What is the best way to save expressions in terms of variables as shown?

I tried to save it as a list but the saved entry does NOT carry variable names, just values.

Other questions I have:

- Why is it not possible to have upper case variable names in CAS? ex.: "Z"
- Is it possible to define variables using my computer and transfer them to my calculator?

[Image: Screen-Shot-2020-03-20-at-1-06-42-PM.png]

Thanks

Hi Dands.

To be able to do that you'll either have to purge the variables, or just use single quotes around the matrix.

This way: med:='[[...]]';

Also, you can define variables through the conn kit, even works with copy-paste from spreadsheets!

The single letter uppercase variables are reserved in the calculator, that's why you can't use them as anything other than real numbers.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Saving expressions? - Dands - 03-20-2020, 07:15 PM
RE: Saving expressions? - CyberAngel - 03-20-2020, 09:40 PM
RE: Saving expressions? - victorvbc - 03-21-2020 03:30 AM
RE: Saving expressions? - Dands - 03-21-2020, 04:19 AM
RE: Saving expressions? - toml_12953 - 03-21-2020, 10:47 AM
RE: Saving expressions? - CyberAngel - 03-21-2020, 12:32 PM
RE: Saving expressions? - toml_12953 - 03-21-2020, 02:40 PM
RE: Saving expressions? - CyberAngel - 03-21-2020, 04:38 PM
RE: Saving expressions? - Dands - 03-21-2020, 04:58 PM
RE: Saving expressions? - CyberAngel - 03-21-2020, 05:23 PM
RE: Saving expressions? - victorvbc - 03-21-2020, 06:48 PM
RE: Saving expressions? - Dands - 03-21-2020, 08:18 PM
RE: Saving expressions? - toml_12953 - 03-21-2020, 08:26 PM



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