ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: Voyage 200 BASIC Math Programs
File Archives

VOYAGE 200 BASIC MATH PROGRAMS

Click a filename to download that file.
Click a folder name to view files in that folder.
Click  for file information.
indicates files with screen shots.
indicates files with animated screen shots.
indicates files with reviews.
indicates featured programs.

Archive Statistics
Number of files 126
Last updated Thursday, 16 July 2009
Total downloads 304,599
Most popular file  Laplace and Z transform with 35,158 downloads.


Name Size Date Rating Description
(Parent Dir) folder   Up to Voyage 200 BASIC Files
zeta.zip 3k 09-11-01 File is not rated Zeta Function
This is the zeta function, for all TI's except the TI-73.
piston.zip 97k 09-10-05 File is not rated Animated piston engines
With these geometry animations you can to understand the movement of several piston engines. With this simple method you can make other engine animations. The Cabri Geometry version of these animations are aviable in the Ti92/basic/math/piston.zip file.
sisecuac.zip 955k 09-07-16 File is not rated SisEcuac 2.1. (Sistemas ecuaciones lineales paso a paso)
[ESP] Resuelve sistemas de ecuaciones lineales paso a paso mediante el método de Gauss y la regla de Cramer. Admite parámetros no numéricos y discute las soluciones. Esta nueva versión necesita la librería Flib y la APP EQW (no incluidos).[ING] Solve linear equations systems step by step using the Gauss method and the Cramer's rule. Accepts parameters (no numerical) and discusses solutions. This new version requires the library Flib and APP EQW (not included)
interpol.zip 44k 09-07-01 File is not rated Interpol
[ESP] Interpolación lineal entre 2 variables (solución exacta y aproximada) [ENG] Linear interpolation between 2 variables (exact and approximate solution)
calc.zip 7k 09-05-13 File is not rated calc
You want to improve your head-calculating skills? Then this program is alright for you. Solve as many calculations as possible in the given time in your head and try to make no mistakes. Save your report if you want and compare it with your friends.
dioph.zip 4k 09-04-26 File is not rated Diophante ( équation de )
[ French, prog. in french. ] Résolution complète des équations diophantiennes en SBS ultra-détaillé, i.e tel qu'il faut le rédiger sur une copie. Correspond(ait) au programme de TS spé maths.
simplm.zip 37k 09-03-05 File is not rated simplm
Uses regular simplex to solve linear programming problems that may include artificial variables
ipi.zip 1k 08-12-05 File is not rated iPi
This little programm will show you the first 10, 100 or 200 decimal places of Pi. I'm sorry, but it's only in german.
numericalmethods.zip 658k 08-08-24 File is not rated Numerical Methods
This program is a compound of methods taken from my numerical methods class wich was based on the book Numerical Analysis by Richard L. Burden and J. Douglas Faires,methods included are bisection, fixpoint,jacobi,gaussseidel,lagrange,cubicsplines,derivation,integration and no linear equations systems.
algorithm_division.zip 5k 08-04-14 File is not rated Division Algorithm
Division algorithm (long, written form with remainder) Usage: divalg(dividend, divisor) where dividend and divisor are natural numbers Divisionsalgorithmus (schriftliches Dividieren) mit Rest Aufruf: divalg(Dividend, Divisor), wobei Dividend und Divisor natürliche Zahlen sind
addup.zip 8k 08-03-24 File is not rated Addup
For all who tend to mistype whenever they add up more than two items. The program allows you to check the inputs and correct them using the four arrow keys and the delete key. Simply try it! There are an Englisch and a German version. Für alle, die sich beim Addieren gerne vertippen. Das Programm erlaubt es, mit den vier Pfeiltasten eine falsche Eingabe anzusteuern und mit der Löschtaste zu korrigieren. Probieren Sie's einfach aus! Es gibt eine deutsche und eine englische Programmversion.
tmenge.zip 8k 08-01-02 File is not rated Set of divisors
The program determines the set of divisors of a given natural number. Make sure that the calculator is in AUTO or EXACT mode. The program is in German, but certainly will be understood also by people who don't know German. Das Programm berechnet die Menge aller Teiler einer gegebenen natürlichen Zahl. Bitte vor Programmaufruf den AUTO- oder EXACT-Modus einstellen!
mfun.zip 242k 07-12-27 File is not rated MFun
This is a rewriting of MULTIFUNV200 by Paolo Silingardi. A simple basic program to help people who needs something fast to build compound function without boring himself with "when(" instruction very difficult to use on the command line bar especially with bigger functions. It stores the function you wrote in the first empty field on Y= editor.
intpt.zip 45k 07-12-19 File is not rated Interior Point Algorithm
This program approximates the solution of a linear programming problem using the Interior Point Algorithm.
rsums.zip 32k 07-12-18 File is not rated Riemann Sums
The program computes the Left Sum, Right Sum, Midpoint Sum, Trapezoidal Rule and Simpson Rule for a given function on a specified interval and a given number of points.
nullsp.zip 39k 07-12-18 File is not rated Null Space
The program finds a base for the null space of a real valued mxn matrix.
svd.zip 118k 07-12-17 File is not rated Singular Value Decomposition
This program computes the singular value decomposition and the generalized inverse of a mxn matrix.
msimplex.zip 43k 07-12-17 File is not rated msimplex
Program written in Basic, uses modified simplex method to solve linear programming problems. It accepts the Big M method.
logb.zip 3k 07-09-05 File is not rated Logarithm to the base n
[ENGLISH]This function is very simple to use, just type logb(number,base) in HOME to get the logarithm of "number" to the base "base".[SPANISH]Esta función es muy fácil de usar, solo digite logb(número,base) en el HOMEpara obtener el logaritmo de "número" en base "base".
statlitegi.zip 92k 07-05-16 File is not rated StatLite 1.02.1 Graphical Interface
This is an upgrade to StatLite 1.02 it differs from the original because it uses a graphical interface to input and output the data; StatLitE v1.02 is a TI-83,84 style command-line distribution function package. Running normcdf(-infinity,36,35,2) returns 0.691462461274, full 12 decimal accuracy. The built-in TI cumulative normal is only accurate to 8 decimals. StatLitE is also a 12.3k alternative to the full 317k Stat LE Flash App. Included are pdfs and cdfs for the binomial, chi-squared, F-distribution, geometric, normal, Poisson and Student’s t distributions. The inverse normal cdf is also part of this package. Inverse chi-squared, F-distribution and Student’s t use the built-in solve function. Those three inverses run VERY SLOWLY! Supporting functions are the beta, incomplete beta, regularized beta, error function, complementary error function, double factorial, rising factorial, gamma, natural log gamma, lower incomplete gamma, upper incomplete gamma, and regularized gamma.
statistic.zip 5k 07-03-30 File is not rated Distribution Functions
Functions to calculate different distributions with the same syntax as mathcad.
fosa.zip 20k 07-01-13 File is not rated FoSa 3.5
Formula management software. With categories and search functions. It is also possible to manage self made functions.
logicv200.zip 127k 06-12-30 File is not rated Logic Toolbox
Logic Toolbox is a group of functions and programs created to support Boolean logic operations like interactive True-Tables and Karnaugh's maps.
inv_laplace.zip 90k 06-12-26 File is not rated Inverse Laplace Transformation v 1.04
Returns the inverse Laplace transformation of a f(s) function. Bugs fixed.
laplacev200.zip 84k 06-12-26 File is not rated Laplace
It's a compact and powerful function that calculates Laplace transformations also with literal parameters
lagrangeinterpolation.zip 38k 06-12-26 File is not rated Lagrange Interpolation
A useful function that returns the Lagrange interpolating polynomial for given points.
fft64.zip 151k 06-12-24 File is not rated Fast Fourier Transform 64 V3
Performs 64 points FFT on edited (built-in editor) or CBL collected data. Choose Fe, window and plot mode, etc...
fftv200.zip 154k 06-12-19 File is not rated Fast Fourier Transform 128 V3
Performs 128 points FFT on edited (built-in editor) or CBL collected data. Choose Fe, window and plot mode, etc...
iterv200.zip 65k 06-11-20 File is not rated Iterative Solver
The program solves implicit equations with a transparent iterative method, showing all steps. It's ideal for exams!
interpolv200.zip 80k 06-11-20 File is not rated Single & Double Interpolator
The most powerful program for single and double interpolations.
histogramv200.zip 39k 06-11-18 File is not rated Histograms
Creates a histogram by a list and plots it like a xyline plot: this allows a very faster exploration of big histograms.
exzeros.zip 38k 06-11-18 File is not rated Exhaustive Zeros Finder
Unlike normal Zeros function, it finds all the zeros of a given equation.
physicsolver.zip 89k 06-11-18 File is not rated Physics Pack
Includes 138 equations subdivided in 24 groups (Velocity, Acceleration, Forces, Vectors, Motion 2D, Universal Gravity, Momentum, Power & Work, Kinetic Energy, Thermal Energy, States of Matter, Waves, Reflection, Mirror & Lenses, Light Diffraction, Electric Fields, Electric Currents, Circuits, Magnetic Fields, Induction, E. M. Fields, Quantum Theory, The Atom and a Miscellaneous) that can be used with Equation Solver and Manager (eqman.zip, available in my page), all that in 6 KB!
eqman.zip 101k 06-11-18 File is not rated Equation Solver and Manager v 1.03
It’s a very powerful and light program to solve and manage your equations quickly and easily. You can organize them in groups and create or delete a group or simply an equation. At last you can decide to use the normal or the numeric solving. Physic Pack (physicsolver.zip) available in my page.
pntareav200.zip 37k 06-10-28 File is not rated Point's Area
This program calculates the area of a convex polygon given the matrix of vertexes.
normalv2.zip 51k 06-10-28 File is not rated Normal v1.01
Normal v1.01 is a TI-83,84 style command-line distribution function package. Running normcdf(-infinity,36,35,2) returns 0.691462461274, full 12 decimal accuracy. The built-in TI cumulative normal is only accurate to 8 decimals.This is a 5.6k option for those who want normal and inverse normal distribution functions without having to load the whole 317k Stat LE Flash App.
statlite.zip 94k 06-10-27 File is not rated StatLitE v1.02
StatLitE v1.02 is a TI-83,84 style command-line distribution function package. Running normcdf(-infinity,36,35,2) returns 0.691462461274, full 12 decimal accuracy. The built-in TI cumulative normal is only accurate to 8 decimals. StatLitE is also a 12.3k alternative to the full 317k Stat LE Flash App. Included are pdfs and cdfs for the binomial, chi-squared, F-distribution, geometric, normal, Poisson and Student’s t distributions. The inverse normal cdf is also part of this package. Inverse chi-squared, F-distribution and Student’s t use the built-in solve function. Those three inverses run VERY SLOWLY! Supporting functions are the beta, incomplete beta, regularized beta, error function, complementary error function, double factorial, rising factorial, gamma, natural log gamma, lower incomplete gamma, upper incomplete gamma, and regularized gamma.
diffeqv200.zip 79k 06-10-27 File is not rated Differential Equation Solver v 2.03
Calculates a lot of differential equations (also of nth degree) and saves the solution in a new function ready to use. Litteral calculation improved. A bug fixed.
datamanagerv200.zip 417k 06-10-27 File is not rated Data Manager v 1.03
Data Manager is a very useful program that allows an easy and fast management of all data on your TI, in every fold. It is particularly useful with numeric data because it can interpolate two data rows choosing column and requested value. It's some more fast renaming it Kbdprgm1-9. Scientific data packs are also available. Interpolation improved.
cvpolyg.zip 40k 06-10-27 File is not rated Polygon Analysis
Calculates area, perimeter and centre of gravity of a polygon given vertexes in whatever their order may be. In case of one or more points inside the polygon the program calculates also the barycentre of all the points.
curvesv200.zip 149k 06-10-27 File is not rated Advanced 2D/3D Curve Analysis
The program analyses a parametric 3D curve and calculates length barycenter, curvilinear abscissa scalar and vectorial curvilinear integrals, potential and more over. All results can be saved and reloaded in a second time.
connetv200.zip 159k 06-10-27 File is not rated Automatic Control Networks Analysis v 2.02
It's a very powerful program that allows an advanced analysis in Bode diagram of a transfer function and of a user entered control network. You can try different solutions and analyze their fundamental parameters: 0 decibel frequency, phase margin, gain margin and eventually peaks. You can also chose and trace different types of drawing: real and asymptotic TF graph and phase graph.
cof2d.zip 62k 06-10-27 File is not rated Center of Gravity 2D
This function calculates the center of gravity of a convex polygon given the matrix of vertexes.
cnvhullv200.zip 38k 06-10-27 File is not rated Convex Hull Area
This program calculates the area of a 2D convex hull given a matrix of points (order is not important).
charmat.zip 82k 06-10-15 File is not rated Matrix Characteristic
It’s a very simple and light function that calculates the characteristic of a matrix that is the dimension of the biggest contained determinant.
pinewt.zip 3k 06-07-07 File is not rated PINEWT - Computes pi to housands of places
Using "infinite" precision arithmetic you can compute (slowly) PI to thousands of places by evaluating Newton's power series
get2dcor.zip 3k 06-06-04 File is not rated 3D Coordinates Converter
This BASIC function converts 3D coordinates to 2D coordinates to be displayed on the screen, depending on the view angles. It doesn't render perspective. It is a kind of slow 3D engine, but you can see its formulas.
ecfas.zip 22k 06-06-03 File is not rated Ecuaciones Fasoriales
English: This program solves phasor equation (or complex ones) wich have 2 variables that calculators can not solve directly. To solve this kind of equation the user would normally have to use graphical methods or trig methods, but with ECFAS you only have to enter the equation and that's all. Español: Este programaresuelve equaciones fasoriales (o complejas) las cuales tienes dos variables y que las calculadoras no resuelven directamente. Para resolver este tipo de ecuaciones el ususario tendría que emplear métodos gráficos y las leyes de senos y cosenos, pero con ECFAS solo tienes que introducir la ecuación y eso es todo.
moneyval.zip 4k 06-01-28 File is not rated Financial Equations Solver V2.1
The program solves the classical Time/Value/Money equations. It presents data in a spreadsheet like format using the Dialog and Request functions of the TI-92 Plus/TI-89/TI Voyage 200 family of calculators.
counters.zip 104k 05-10-27 File is not rated Counter Synthesis
This is a tool to edit counters modulo n (n<16), to make automatic synthesis with JK flip-flops and to simulate it. (This is a part of my logical suite.)
primt.zip 4k 05-09-25 File is not rated Lucas and Perrin Prime Tests v1.0
Two probablistic prime tests involving the Lucas and Perrin Sequences. They are implemented by using modular exponentiation with the Q-Matrix method for time-efficient results. Functions return 'true' or 'false' for a given integer argument. Can test 64-digit integers in just under a minute.
modfib.zip 4k 05-09-13 File is not rated Modular Generalized Fibonacci Functions v1.0
Collection of functions that will very quickly calculate the values of the Fibonacci, Lucas, Generalized Fibonacci, and Perrin Sequences to any modulus. Speed improved by using modular exponentiation with the Q-Matrix method, performing 32-digit calculations in about 15sec and 64-digit calculations in one minute.
unitcircle.zip 11k 05-07-28 File is not rated Graphical Unit Circle
Displays a graphical unit circle with the degree and radian angle measure when a degree or radian measure angle is given
lineal.zip 137k 05-07-05 File is not rated Lineal 1.1 (Linealización de ecuaciones)
Programa que efectúa la linealización de un sistema de ecuaciones. Sirve para problemas de regulación automática-control. Paso a paso y con manual
polint.zip 3k 05-05-01 File is not rated Polynomial Interpolation
Polynomial interpolation (function)
readme.zip 2k 05-04-01 File is not rated FIR filters
These files may calculate digital filters FIR and you can change the size and the kind of the window, frequencies, number of sample. You must have your TI in Radian mode BPSS bpss(inferior cut frequency, superior cut frequency, sample, window size, kind of window) kind of window: 1 = Barlett 0 < n < M/2 2 = Barlett M/2 < n < M 3 = Rectangular Window 4 = Hanning Window 5 = Hamming Window HPSS hpss(cut frequency, sample, window size, kind of window) kind of window: 1 = Barlett 0 < n < M/2 2 = Barlett M/2 < n < M 3 = Rectangular Window 4 = Hanning Window 5 = Hamming Window LPSS lpss(cut frequency, sample, window size, kind of window) kind of window: 1 = Barlett 0 < n < M/2 2 = Barlett M/2 < n < M 3 = Rectangular Window 4 = Hanning Window 5 = Hamming Window
polynv20.zip 1k 05-03-13 File is not rated e Polynomial calculator with all the demonstration
Polynomial calculator with all the demonstration , step to step. v20:Now with complex solutions.
maxplus.zip 3k 05-03-02 File is not rated Max-Plus Algebra Toolbox
Several small programs and functions dealing with the Max-Plus algebra. German help only.
lzt.zip 168k 05-03-02 File rated 8.20 Laplace and Z transform
Laplace and Z transformation for TI89, TI92P and V200 performs direct and inverse transformation. Useful for solving differential and difference equations. A powerful and robust tool.
neville.zip 1k 05-01-15 File is not rated Method of Neville
Iterative method for the interpolation of a number in a series of data.
mat7.steffens.zip 1k 05-01-15 File is not rated Method of Steffensen
Method for the solution of equations of a variable, needs of a function g(x) that clears up of f(x) that has a point such p that g(p)=p.
mat7.posfalsa.zip 1k 05-01-15 File is not rated False position
Method for the solution of equations of a variable, is of the union of the method of the blotter and that of bisection.
mat7.pollagra.zip 1k 05-01-15 File is not rated Polynomial of Lagrange
It programs that it approaches a polynomial which is good to interpolate some value.
mat7.mmuller.zip 1k 05-01-15 File is not rated Method of Muller
method for the solution of equations of a variable, also finds complex roots.
jacobi.zip 1k 05-01-15 File is not rated Jacobi
It programs for the solution of systems of lineal equations using iteratives methods (Jacobi).
gaussseidel.zip 1k 05-01-15 File is not rated Gauss Seidel
It programs for the solution of systems of lineal equations using iteratives methods (Gauss Seidel).
ddnewton.zip 1k 05-01-15 File is not rated Differ Divided of Newton:
This program shows a matrix with Newton's Divided Differences.
bezout.zip 1k 04-11-20 File is not rated Bezout
bezout relation
lgib20.zip 15k 04-11-20 File is not rated General Fibonacci Final Digits 2.5
Function developed for the high-speed calculation of the final digits of any Generalized Fibonacci Number G(a,b,n). Configurable to calculate any number of final digits up to two hundred or more. Configuration is now nearly twice as fast. Returns twenty digits in less than 8sec on the V200 - 17sec absolute worst case. Available for the TI-89/ 92Plus/ V200. Added a version for the TI-92. Example: Last eighty digits of the trillionth Lucas Number are returned in 12.8sec and are ... 8107402237 8151629520 2428526180 8761835664 0376812699 1914147577 6463747024 5361328127
cardano01.zip 1k 04-10-12 File is not rated Cardano Solucion de Ecuaciones
Este programa es capaz de solucionar ecuaciones de tercer grado mediante el Metodo de Cardano, mostrando el resultado y tambien las constantes caracteristicas de este metodo, con una interfaz amigable y sencilla... cualquier comentario se los agradecere
hfib.zip 22k 04-09-27 File is not rated Big Fibonacci Calculator v1.7
Calculates, in just a couple seconds, very large Fibonacci Numbers that would normally exceed the calculator's abilities. These functions are now extended to include the Lucas Numbers or any other Generalized Fibonacci sequence. The companion functions provide further information useful for the study of the digits of any Generalized Fibonacci sequence. Examples: The one-trillionth Fibonacci Number has 208987640250 digits and begins 425842268899. The last eight digits of the one-billionth Lucas Number are 61328127. Included are versions and source code for TI-92/92+/V200, and also the TI-89 Titanium.
phsolve.zip 64k 04-09-11 File is not rated Physic Solver Pro v 1.02
The smallest and most powerful physic solver to pass your exams without difficulty: 140 equations in a fast and easy to use 7 KB program that also supports both normal and numeric solving.
cat_v200.zip 48k 04-09-08 File is not rated Complex Analysis Tools - version 2.0.0
CAT: Complex Analysis Tools is a strong package of functions that helps to solve problems in complex analysis. The functions in CAT have many possibilities for adjustments, e.g. most functions can show the used steps.
stepmatv200.zip 75k 04-09-06 File is not rated Step Matrix v 1.02
The program returns the reduced row echelon form of a matrix (n,n+1) or the inverse of a square matrix (also with undefined variables) step-by-step choosing automatically, stores all steps (if you want) and checks the result for maximum certainly.
mat7.bisecc.zip 1k 04-08-24 File is not rated Metodo de Biseccion
Metodo numerico con el cual para aproximar solucion de ecuaciones que no pueden resorverse por metodos directos.
mat7.ptofijo.zip 1k 04-08-24 File is not rated Metodo del Punto Fijo
Metodo de aproximacion de soluciones de ecuaciones. Es un metodo muy efectivo aunque para utilizarlo la funcion f(x) debe tener un punto tal que g(P)=P.
mat7.msecante.zip 1k 04-08-24 File is not rated Metodo de la Secante
Metodo numerico para la aproximacion de solucion de ecuaciones utilizando sin tener que evaluar derivadas, como en el metodo de newton.
mat7.mnewton.zip 1k 04-08-24 File is not rated Metodo de Newton
Metodo numerico para la aproximacion de solucion de ecuaciones utilizando rectas tangentes.
palsol.zip 1k 04-08-12 File is not rated Palindrome Solver
This program takes and inputted number and finds its "Palindrome". A "Palindrome" is a something that can be read in the same way backwards as it can forwards.
normal.zip 1k 04-07-24 File is not rated Tablas Z de la distribución normal estándar
Este programa te ayuda a encontrar el valor Z(area) de una manera sencilla, ya no tienes que cargar esas molestas hojas para encontrar el valor adecuado, además de ofrecerte mayor precisión en los cálculos.
polygon.zip 12k 04-07-15 File is not rated Regular Polygons
Calculates the area of a regular polygon given side length and number of sides.
discreta.zip 1k 04-07-13 File is not rated Distribuciónes de Probabilidad Discretas
Programa que te ayuda a sacar las distribuciones: Bernoulli, Binomial, Poisson e Hipergeométrica. Muy sencillo de utilizar, además te saca la Esperanza matemática y la Varianza.
similar.zip 1k 04-06-11 File is not rated Similar Shapes
This program can take 2 sides of 1 shape, and 1 side of a similar shape and finde the missing side of the 2nd shape
rem.zip 1k 04-06-11 File is not rated Remainder
This program takes a division problem and solves is as a fraction, remainder and decimal.
esolve4.zip 3k 04-06-11 File is not rated Esolve 4
This is Esolve taken to new hights, leaving Esolve 2 and 3 in the dust. With almost 30 formulas and loads of new features that are NOT INCLUDED WITH YOUR AVARAGE ALGEBRA PROGRAM!. Everything from square root solvers to speed, perpindicular lines to the pythagorean therom. This is truely the ultimate math program, but I plan to add the quadratic formula and 50 formulas to Esolve 5. ps if you catch any bugs, or have any suggestions for esolve 5, email me at agranger@visi.com!
tirpn.zip 11k 04-06-11 File is not rated TIRPN for TI-92+/Voyage 200
Use the TIRPN93 program. This is a RPN interface written in Basic. Functions include trig, logarithms, number manipulation, and the gamma function. TIRPN93 also handles symbolic integral and derivatives. You will not have to worry about your calculator crashing because TIPRN93 is in Basic, but you'll enjoy the efficiency of RPN entry.
main.rangsum.zip 12k 04-06-11 File is not rated Rangsumme (u-Test
This programs makes a statistical calculation known as u-Test or Ranksum You enter rangsum(list1,list2) and get as much information as I think is useable (u-value, sorted listd, sigma, z and the evaluated ties for sigma-correction) sorry - it is not the fastest...
gs.zip 14k 04-04-27 File is not rated Gram-Schmidt
Proceso de ortonormalización de Gram-Schmidt. Es una función para la Voyage200, recibe como argumento una matriz y aplica el proceso de Gram-Schmidt a sus columnas, el resultado es una matriz cuyas columnas son vectores ortonormales.
optimalz.zip 2k 04-03-29 File is not rated OptimalZ
Optimalz is a numerical iterative method to find the min/max (optimum) of a single variable function. Optimalz uses the secant method to extrapolate to the zero first derivative. Optimalz extrapolate the derivatives of the best point and the second best point.
routh.zip 6k 04-03-28 File is not rated Routh v. 2.00
The function analyzes the stability of a transfer function calculating poles signs and returns the Routh table of polynomial expression, also with parameters. It's ideal for exams. Now with a new algorithm for better intelligible results.
optimalx.zip 38k 04-03-27 File is not rated Optimalx
Optimalx is a hybrid numerical iterative method to find the min/max (optimum) of a single variable function. Optimalx will first, consider a weighted gradient method, and then a Gradient “cross swords” method. In case of a “looping” iterative sequence, Optimalx will revert to a Bisection method.
triman.zip 52k 04-03-17 File is not rated TRIMAN Ultimate Triangle Solver (version 4.3.7)
TRIMAN Ultimate Triangle Solver (version 4.3.7) I was frustrated that I couldn't find a program that could solve ANY triangle problem--some require you to choose SSA, SAS, etc.; most do not solve using area; and so on--so I wrote my own program: TRIMAN Ultimate Triangle Solver. TRIMAN Ultimate Triangle Solver, does it all. Simply input ANY information you know about the triangle and the program will automatically give you a solution. If the values you enter do not make a triangle, you will be told. If you don't have enough data to be able to solve the triange, you will be told. If there are two solutions, you will be given both. All triangle solutions are given in two ways: approximate and exact. Additionally, the answers are stored as variables for easy usage in your later calculations. If you're looking for a one-stop solution to be able to solve any triangle problem, then look no further than TRIMAN Ultimate Triangle Solver. *The program has been tested extensively and I have been using it personally for two years without problems, but if you do find a bug, please let me know by sending an email to davidfreeman2@netscape.net. I also welcome emails with suggestions for future improvements.
esolve3.zip 1k 04-03-09 File is not rated esolve3
even better than esolve 2! it has 2 new calculating functions and it shows its work for both of them! it even has a built in 6 page tutorial with instructions on every feature and a graphical toolbar! it also has 6 different introductions, including intro off mode! a must have for any algebra student. p.s. i still have esolve 3 on my voyage 200 and i use it alot! i even used it on my prize winning science fair project to perform advanced calculations!
root_locus.zip 52k 04-03-08 File is not rated Root Locus - Luogo delle radici
A program to calculate the Root Locus of a transfer function. Great for automatic control of processes.
asi_v200.zip 148k 04-03-07 File is not rated Advanced Symbolic Integration - version 2.0.0b
ASI: Advanced Symbolic Integration is a fast program that can integrate by use of special-functions and integrate expressions containing special-functions. ASI is equipped with a library of highly flexible special-functions, and it is easy to use all of it.
titan68k.zip 13k 04-03-07 File is not rated Titan68k
Titan68k tools can do an approx. calculation of: n!, x^n, ncr(n,k), a*b, a/b, a+/-b, (x)^(1/n), ln(x), log(x) for results (and in many cases on inputs) with a value that exceeds: +/- 9.99999999999999E+/-999.
main.esolve2.zip 1k 04-02-19 File is not rated Esolve
This program calculates a lines equasion from only 2 points AND IT SHOWS ITS WORK a MUST HAVE for any algebra
intcalc.zip 1k 03-12-30 File is not rated intcalc
Graphische Integralrechnung. Bestimme den Berich zwischen zwei Punkten unter einer Funktion und die Stammfunktion. Mit Shade-Funktion und Zoom-Menü.
funktionslser.zip 1k 03-12-30 File is not rated funktionslser
Ein kleines Programm, um die 1. bis 3. Ableitung zu bestimmen, Extrem- sowie Wendepunkte einer Funktion und deren Nullstellen zu bestimmen. Dazu kommen noch einige Textinfos über Ableitung, Stetigkeit usw. English Version will come soon!!!
multifunv200.zip 59k 03-12-01 File is not rated Multiple Functions Editor
Allows easier analysis of large functions through examining discrete intervals.
regresv200.zip 55k 03-12-01 File is not rated Regression Synthetizer v 2.00
This program finds the best regression or a requested one given two lists of values and saves it. The new version traces the plot and the regressed function and shows the maximum error of regression.
routhv200.zip 6k 03-11-29 File is not rated Routh
The function analyzes the stability of a transfer function calculating poles signs. The function returns the Routh table of a polynomial expression also with parameters. It's ideal for exams.
sort.zip 21k 03-11-29 File is not rated Sort
The classic sort commands are now able to return a value and can be used also in a function, not only in a program like TI’s default versions.
surfacesv200.zip 55k 03-11-24 File is not rated Surfaces Analysis Assistant
The program analyses a parametric 3D surface and calculates Jacob matrix, characteristic, area, tangent plane, flux, surface integral and more over. All results can be saved and reloaded in a second time.
pntlinesv200.zip 86k 03-11-24 File is not rated Points & Lines Geometry Assistant
The program analyses a lot of analytic geometry problems with points and lines: line notation conversion, line across two points, lines intersection, line bisector, orthogonal lines, point on line projection, line-symmetric point, point-line distance, segment medium point and more over. The result is displayed in function or parametric graph mode and it can be saved for a future utilization. All data can be entered either in function or parametric notation.
polynv18.zip 1k 03-11-14 File is not rated Polynomial calculator with all the demonstration
Polynomial calculator with all the demonstration , step to step.
main.triang.zip 148k 03-10-30 File is not rated Triang
Completa triángulos(rectos u oblicuos), con sus ángulos en grados o en radianes. Complete any triangle
euclid.zip 2k 03-10-06 File is not rated Euclid
in french (sorry, but thie program is only neccesary in french for the scool):Ce programme vous faite en SBS le célébre algorythme d' Euclide, mais en plus des autres progs similaires, celui ci vous calcule aussi ,en SBS, les restes succesifs en conbinaison linéaires de a et de b.
primfind.zip 1k 03-10-05 File is not rated primfind
A programm which allowsw you to find all Prime numbers up to 157. It's in German. Try it!
scomplex.zip 66k 03-09-17 File is not rated sComplex
ITS JUST A PACKAGE OF FUNCTIONS AND PROGRAMS THAT HELPS YOU WITH THE COMPLEX VARIABLE CALCULUS ES UN PAQUETE DE FUNCIONES Y PROGRAMAS QUE LE AYUDA CON EL CALCULO DE VARIABLE COMPLEJA
triples.zip 2k 03-09-05 File is not rated Pythagorean Triples (T or F)
Simply use 'triples(a,b,c)' where a, b, and c are numbers. It'll return "True" or "False". It's a very important function for higher math.
comsquar.zip 1k 03-08-08 File is not rated Completing the Square v1.0
This program does "completing the square" and displays work at every step. Fractions and radicals are kept in their simplest form, and not converted to decimals (provided your calculator is in AUTO or EXACT mode). It also will return imaginary roots, if necessary. This is VERY useful for math classes from Algebra I to Precalculus. Please note that sometimes the final answer looks a smidge goofy (all of the work is fine, however), so you might want to use the calculator's solve function to see how the answer should be written. Please let me know if the program happens to throw any incredibly heinous results at any point. This file contains programs for the 89, 92, 92+, and V200.
potencia.zip 19k 03-07-19 File is not rated Sistemas eléctricos de potencia
Este programa te ayudara a resolver fácilmente resistencias (efecto piel y por temperatura) y líneas de transmisión ya sean simple, duplex triplex y cuádruplex adeamas examina líneas cortas medianas (modelo pi y te) y largas, par cualquier aclaración victor_hugo@mail.com
quadfm5v200.zip 81k 03-07-04 File is not rated QuadForm Math OS 5
The much anticipated QuadForm Math OS 5 featuring the qfX Extension System.
fct92p2006.7sp2ticaide.zip 303k 03-06-21 File is not rated Fct Voyager
Fctv200 is a big program designed for algebric problems sorry, it's french for the moment, but if fct get a good popularity, i will translate it.. please mail your comments, and don't forget our site : www.msc.fr.st Fctv200 est un programme destiné à l'etude des fonctions en tous genres, dispose d'assistant, d'un tableau de variations tres rapide, ainsi qu'une étude graphique complete souvent mis à jour, venez visiter www.msc.fr.st pour plus d'informations
pax.zip 1k 03-05-30 File is not rated pax
Este programa aproxima una función en forma tabular por medio de un polinomo, utilizando el método de diferencias divididas. El programa grafica y guarda el polinomio en forma de función para poder utilizarlo posteriormente.
eigenbac.zip 10k 03-05-25 File is not rated symbolic eigenbase finder
it will let you do symbolic eigen vectors show you the eigenvalues, charataristic polynolium (expanded and in factors) and even give you an symbolic eigenbase in exact values if possible. you can even finde the eigenbase of a matrix like [[a,b,c][0,d,e][0,0,f]] a word of warning This program IS not fully developed.. it does contain bugs, and sometimes it does select the wrong eigen vectors
titanque.zip 10k 03-05-21 File is not rated Tanques Interconectados
Resuelve un sistema de tanques interconectados mediante transformada de laplace, muestra el dibujo de los tanques con sus respectivas incognitas y permite escoger condiciones iniciales
geommeanv200.zip 1k 03-05-12 File is not rated Geometric Mean Finder
Installs functions for finding geometric means.
quadform4hw2v200.zip 39k 03-04-17 File is not rated QuadForm Math OS 4 HW2
QuadForm Math OS 4, HW1 version. And, yes, there is a difference between the HW1 and HW2 versions. This can install KerNO via BASIC and also uses MurBeck's System Utilities.
quadform4hw1v200.zip 38k 03-04-17 File is not rated QuadForm Math OS 4 HW1
QuadForm Math OS 4, HW1 version. And, yes, there is a difference between the HW1 and HW2 versions. This can install KerNO via BASIC and also uses MurBeck's System Utilities.
intpart.zip 1k 03-04-14 File is not rated Integración por partes
Muestra los pasos de la integración por partes y contiene ayuda para la selección de u y dv en la fórmula
onethird.zip 1k 03-03-31 File is not rated One Third
If you have a number "X", and you need to find 1/3(One Third) of it and add them together. Example: X+(1/3x)=Z X=18 Z=24 It will Preform the calculations in less than a second(Provided that you have batteried in your calculator, and it is turned on) How to use: 1) Send onethird.v2p to your Voyage 200 2) Enter onethird(x,y,z) 3) Enter the value for X 4) It will display the correct value for Z
euler.zip 2k 03-03-24 File is not rated Euler mejorado con Tolerancia
Método de Euler mejorado y con tolernacia para resolver ecuaciones diferenciales
quadformkernelv200.zip 4k 03-03-20 File is not rated QuadForm Math OS 3 Kernel
QuadForm Math OS 3 Kernel. It is much more compact (9.5 kb vs. 11.1/14.1 kb) and faster than the regular QuadForm Math OS 3. Get yourself a copy today!
quadformmathosv200.zip 2k 03-03-19 File is not rated Quadform Math OS (First Ed.)
Ported to the V200. For those who don't need all the newest stuff, and the new bulk.
quadform3frv200.zip 4k 03-03-17 File is not rated Quadform Math OS 3 French
An update to version 3 Beta. This has several bug fixes. Oh, yeah, it's in French this time.
quadform3v200.zip 4k 03-03-17 File is not rated Quadform Math OS 3
An update to version 3 Beta. This has several bug fixes.
quadformmasterpack.zip 38k 03-03-17 File is not rated Quadform Math OS Master Pack
This file contains all editions of Quadform Math OS. Great for people who are nostalagic.
qfmosb3200.zip 4k 03-03-13 File is not rated Quadform Math OS 3 Beta
Quadform Math OS 3 Beta for the Voyage 200. (For those who ask why I am updating, I accidently put on the copy for the TI-89)
quadformfrv200.zip 4k 03-03-13 File is not rated Quadform Math OS 3 Beta (French)
The French version of the Quadform Math OS 3 Beta for the Voyage 200.
qfmosb389.zip 4k 03-03-10 File is not rated Quadform Math OS 3 Beta
Quadform Math OS from the TI-92 Plus for the Voyage 200. This should not have any bugs.
quat.zip 4k 02-11-23 File is not rated Quaternion utilities
13 basic functions for algebraic and numeric manipulation of quaternions
trapant.zip 4k 02-11-12 File is not rated EJsoft Trapant
This program uses Trapazoid's rule to solve the integration and gives answer to these questions: what is Trapazoid's n:th approximation of integration (you can choose n)? what is the real result and what is the error?
simprule.zip 5k 02-11-12 File is not rated EJsoft SimpRule
This program uses Sipson's rule to solve the integration and gives answer to these questions: what is Simpson's n:th approximation of integration (you can choose n)? what is the real result and what is the error?
syndiv.zip 1k 02-11-12 File is not rated Syn.Div
Synthetic Division

  Copyright © 1996-2009, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer