Physics

Physics 2.7

Description Some years ago I created many SuperCard Player projects with text, graphics, and animations for teaching a one-year calculus-based general physics course at Saint Louis University. The projects were designed to accompany lectures, so they are...

read more

Matrix Plugin for Real Studio allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles.What is new in this release:Version 3.4...

ComplexMatrix Plugin adds complex matrices to the functionality of my Complex and Matrix plugins. If you are using those plugins you should remove them. ComplexMatrix Plugin for Real Studio allows you to construct programs which, because of operator and...

Base Converter converts an integer or non-integer string, including floating point number strings, expressed in one base to an expression in another base. The allowed bases range from 2 to 65536. The length of the number is limited only by available...

SolveDiffEq is a standalone application which allows you to numerically solve differential equations and evaluate definite integrals of your choosing. Using the Runge-Kutta method, SolveDiffEq can solve any number of coupled differential equations of the...

Fraction Plugin for Real Studio allows you to construct programs which can handle fractions much like doubles and integers are handled. Fractions are represented by two integers as num/den. Exact calculations using rationals are now possible with...

MPCalc Plugin allows a Real Studio developer to design a multi-precision RPN calculator. It could handle numbers with up to 30,000 decimal digits. It could also handle numbers whose absolute values lie between 1e-65000000 and 1e+65000000. Over forty...

MPCalcRB

MPCalcRB 5.0

MPCalcRB is a multi-precision RPN scientific calculator for Mac OS X (Intel), Linux, and Windows. It can handle numbers with up to 30,000 digits. It can also handle numbers whose absolute values lie between about 10^-40000000 and 10^+40000000. The popup...