Calculator programs for Casio fx-9750G plus?

<p>Do any of you know a website that has downloadable graphing calculator programs for Casio fx-9750G plus? If not, do you any of you have Casio calculator programs that you are willing to share?</p>

<p>See this thread <a href="http://talk.collegeconfidential.com/showthread.php?t=242784%5B/url%5D"&gt;http://talk.collegeconfidential.com/showthread.php?t=242784&lt;/a&gt;&lt;/p>

<p>I have about 30 programs I use at work and at home. Some are strictly engineering, some are finance, some are simple some are interactive with other programs ans much more complicated. The problem is that the 'symbols' font to show the program gets reformatted in cut and paste. Here's an example. File name "INTRPOLA" with 122 steps. The second '?' in the first line should be an arrow. to show that the input goes to the variable 'A'. Same in the second line before the variable 'B' ,second 'X', 'C', and 'D'. A right angled arrow should show after 'D', the carrage return, and in the third line before the second 'I', an arrow to place the output in the desired variable. The last '?' before the 'Goto' should be a 'right triangle' symbol for show answer. Figure out how I can show 'symbols' with simple 'cut-and-paste' and I can give you the programs for free. Good Luck.</p>

<p>1) INTRPOLA 122 Interpolation of a result from a linear function; to find a result between two known limits of a linear data set using the equation to interpolate data."I=I1+((F1-X)(F1-F2))(I2-I1)" </p>

<p>I=I1+((F1-X)(F1-F2))(I2-I1)Lbl0: "1"?A:
"I2"?B:"X"?X: "F1"?C:"F2"?D
"I=":A+((C-X)(C-D))(B-A) IGoto0</p>