To install Xchange, download the 3 zip files, unzip them into the same
folder and then run the setup.exe file.
x32b17z1.zip,
x32b17z2.zip,
x32b17z3.zip
To use Xchange you may need to edit text files as follows:
@@ Matrix C (4 x 5) [ 42 0 0 -1 0] [ 123.456 0 3.45E-6 0 0] [ 5.03 +9876 0 0 0] [ -27.3 1%2%3 0 0 0]However Xchange doesn't support this. You can however use a separate program area which assigns the entries and transfer that program to the calculator and run it to setup the matrix.
e.g. [[42,0,0,-1,0][123.456,0, 3.45E-6,0,0][5.03,+9876,0 0,0][-27.3,1%2%3,0,0,0]->Mat C
A< 1 \10^ -6=>Goto 1 ; \10^ means use small 10 above the log buttonI've tried to put all the comments before the program header (where they are ignored) like so:
# Title: blahblah # Author: etc.. # ... # ... # \10^ means use small 10 above the log button @@ Program "BLAH" A< 1 \10^ -6=>Goto 1Where this couldn't be done without losing the purpose of putting comments there in the first place, I've duplicated the program later on in the file without comments, and commented out the initial header like so:
## Program "EXAMPLE" # This program is repeated below without comments, # for compatibility with Xchange A=10=>Locate 2,1," " ; use 5 spaces here @@ Program "EXAMPLE" A=10=>Locate 2,1," "