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

TI-NSPIRE 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 45
Last updated Thursday, 22 December 2011
Total downloads 73,156
Most popular file  quadraticequation.zip with 5,668 downloads.


NameSizeDateRatingDescription
(Parent Dir)folder Up to TI-Nspire Basic Files
advreg.zip34k11-04-09File is not ratedAdvanced Regression for TI-Npire CAS
This program fits data to an arbitrary function, i.e., to functions that are not necessarily linear in their parameters. The outputs from the program are 1) a statement as to whether the convergence critera was met, 2) the iteration matrix showing the progression of estimated parameters and associated sum-of-square errors, 3) the ANOVA matrix, 4) a vector of the standard error of the regression and R^2 stats, 5) a matrix of the estimated parameters with their standard errors, t values and probabilities, and 6) the fitted equation (as sometimes simplified by the software).
autofoil05.tns.zip3k11-06-02File is not ratedAutoFoil
One of my pet peeves about my nSpire CAS, is that: although it is marketed as a CAS, it sometimes doesn't work the way I expect from a $150 device. One of these things that fail is "FOIL"-ing, also known as First Outer Inner Last. When working with many math equations such as factoring or quadratic stuff, many (2x-4)(4x+2)-like (in format) strings come up and become very tedious to solve or simplify. That's why I figured out AutoFoil! It saves time with the whole FOIL thing and saves paper space! (And it helps me be lazy. Cheesy ) This program is also very easy to work with. In fact, with the recent 3.0 update, a wizard for AutoFoil has been implemented. But to keep nice with 2.0 users, I have also included a "legacy" version inside the program file. Smiley The program is very straight-forward. Give the required inputs and you're done. For the legacy version however, you must include in this format: (f1,f2,f3,f4). Commands: (Must be accessed from the library function, be sure to refresh libraries) *autofoil: Launches the autofoil wizard *autofoillegacy: (f1,f2,f3,f4) Takes the inputs and simplifies it using the FOIL method. *about: credits and such. Thanks for your interest in my app! The Haus of AnhHai develops quality applications for a variety of platforms, such as nSpire, 84SE, Java, Android, Windows and Mac! Be sure to plop a donation at the developer's site to help fun continued FREE nSpire apps!
b2b.zip3k09-04-07File is not ratedBase to base converter ver 1.1
This version works on both the Nspire CAS as well as on the non CAS variant. It can handle “.”, “E” and bignums.
buffon.zip24k09-02-25File is not ratedBuffon's needle simulator
Simulates drops of a needle on a sheet of paper with equally spaced lines. The probability of the needle crossing a line is a function of the needle's length and Pi. Run the simulation to determine a numerical approximation to the value of Pi. Includes English and Portuguese versions.
completingthesquare.zip2k10-01-03File is not ratedCompleting the Square Quadratic Solver
Takes a unformatted quadratic equation as a string, autodetects the variable, shows all work and solves the quadratic equation by using the completing the square method.
desktop.zip1k11-12-11File is not ratedSphereSolver
My first upload! Anyway, it is just a basic program where you enter a radius and it spits out the Area, Surface Area, Great Circle Area/circle area, and the circumference.
dft.zip62k11-07-03File is not ratedDiscrete Fourier Transform
This is my first tutorial (hopefully of an expanding series) to demonstrate how to easily perform some intro DSP math on the TI-NSPIRE series of calculators. This tutorial will cover the DFT. I will use a similar approach to Richard G. Lyons from the excellent book Understanding Digital Signal Processing, to explain on how to do this on your TI-NSPIRE!
dicerollsimulator.zip65k09-02-25File is not ratedDice Roll Simulator
Graphical simulator of the roll of 1, 2 or 3 dice. Results are stored in a spreadsheet and the histogram of results is drawn in realtime.
dieroller.zip1k10-10-26File is not ratedDie Roller 1.0
A program that allows you to roll an N-sided virtual die. Text-based.
dirderiv_basic.zip12k10-11-04File is not ratedGradient and directional derivatives
This archive contains functions to calculate function gradients and directional derivatives. Functions are included for TI-nspire and 68k-models.
djsmathbundle2.zip1k09-03-03File is not ratedDJ's Math Bundle2
Distance, Slope, Midpoint, Quadratic Formula, Interest, 5 functions that have been built into a document and waiting to be used. These are all easy to use functions that i created and you can rename and edit as you please.
egyptfrac.zip5k10-05-09File is not ratedEgyptian Fractions library
A library of functions relating to the generation of Egyptian fraction representations of fractions
equations2.0.zip7k09-02-25File is not ratedEquations Library 2.0
A program to solve 2nd degree equations and another to solve systems of linear equations using a syntax closer to the one available on CAS calculators: equation(s) and variable(s) are entered in quotes. Quadratic program detects double roots and displays complex roots if complex mode is rectangular or polar.
eulers_triangle_inequalit.zip10k09-06-20File is not ratedEuler's Triangle Inequality
Euler's Triangle Inequality states that the circumradius is always at least twice the inradius. This document contains my proof of this.
fft1024.zip183k09-08-05File is not ratedFast Fourier Transform V2 (1024 points)
This is a library. It includes a program make_fft() you can call from any document to get Fast Fourier Transform capability. Then the function fft(wave, window) performs a 1024 points FFT you can plot into a data & statistics page. Bug fixed. You may prefer the 512 points version to run with a calc.
fft512.zip136k09-12-19File is not ratedFast Fourier Transform V3
This is a library. It includes a program makefft() you can call from any document to get Fast Fourier Transform capability. Then the function fft(wave, window) performs a 512 points FFT you can plot into a data & statistics page. It works on any Ninspire (software or calc, CAS or not CAS). Window option: 'rectangle', 'Hann', or 'flattop'
five_sided_die.zip4k11-02-27File is not ratedFive Sided Die
This program simulates a five sided die with sides A,B,B,D,E. Usage: sat(# of rolls)
formulum.zip98k10-12-10File is not ratedFormulum - Geometry/Math Program
Formulum is one of my most important achievements, an open-source program that calculates areas and volumes of geometric figures and solids given values like the radium or the height. So, the user gets a fast response of what the volume of a sphere is, simply by entering the radium. I try to optimize my scripts as much as I can so that programs run fastly and smoothly, just like every computer user wants. Since Formulum is open source, everyone can edit it and make new versions. However, official versions are released by me only. Save it in MyLib folder. Also, this is version 2.3, not 2.2 unlike the name of the folder. Again, save it in MyLib folder.
fourier.zip16k10-02-05File is not ratedfourier()
A fourier() function that works as easily as taylor() to create a fourier series.
functioninversion.zip2k10-01-05File is not ratedFunction Inversion
Finds the inverse function (as a power series) of almost any given function. For example: given sin(x), returns arcsin(x) as a power series. Solves Kepler's equation. Includes an implementation of the Lagrange Inversion Theorem.
function.zip8k10-01-18File is not ratedComplete Function Analyzis
This is a world first! The program gives you all you need to know about a function ! In order to analyze a function, you have to enter its variable and its domain. For example, we'll take ln(x), defined on 0;+infinite. You will just have to enter : analyze(ln(x),x,{0,+oo}). (oo bzing the symbole of infinite, obtained by pressing Ctrl-i , complex i). Same for the funciton f(x)=x^2 on the specific domain [0,100], just type: analyze(x^2,x,{0,100}). The final given result is actually a matrix, due to a lack of programming capability on the NSpire. The matrix gives you the summary of what you need to know about the function. Zeros, Derivative, Limits, Variations... Note : The program should work with most common functions. If you notice any weird issue, please fell free to contact me and report the issue :) Also available in french
galtonsbeanmachine.zip28k09-02-25File is not ratedGalton's Bean Machine
Galton's bean machine simulates the drop of a disc into a triangular grid of pins. Each time the disc hits a pin it has a certain probability of falling to either side. This document simulates 10 levels of pins and keeps a record of results.
gamma.zip23k09-04-07File is not ratedGamma and Zeta function + more.
Gamma ver 1.3 by Mauritz Blomqvist (now with a CAS and a non CAS version) This small package does contain implementations of some various special functions like the Gamma function, the Riemann Zeta function and related functions. It can handle complex arguments for most functions. The gamma.tns file is for the CAS, and the gammanc.tns is for the nonCAS. The CAS variant returns exact values in some special cases, like for gamma(7/2).
heronsformula.zip3k10-03-12File is not ratedHeron's Formula (can show work)
Calculates area of triangle given lengths of all three sides using heron's formula. Two programs - one shows work, one doesn't. Gives the answer in simplest radical form and a decimal approximation.
logicgate.zip2k11-08-16File is not ratedLogic Gate Solver 1.0.1
This TI-Nspire CX 3.0.2 BASIC program contains a calculator file with variable programs you can run by pressing "var". There are currently 4 logic gates: AND, OR, XOR, and NOT. Run them and enter the expressions. The program will return a Boolean result. Try it out! Documentation included in file.
mathformulas.zip42k11-11-30File is not ratedMath Equations Library
This is a library of math equations from elementary algebra to Calculus II, excluding linear algebra and probability & statistics. Using this, you can take advantage of the nSpire CAS to check your answers very quickly. It also includes one program, arctrig, that shows both values on a unit circle for an inverse trigonometric function.
mohrscircle.zip1k09-11-11File is not ratedMohr's Circle
This program will uses the principle's of Mohr's Circle to give the user back a normal stress max, min, and average; shear stress maximum; angle of rotation to reach principle planes and max shearing; and the resulting normal and shear stresses for any rotation. Users input the given x normal stress, y normal stress, shear stress, and desired rotation.
ncas.zip4k11-05-29File is not ratedTI Numerical CAS
This file contains the following functions: 1. Multiply two binomials 2. Derivative of a Polynomial 3. Integral of a Polynomial 4. Synthetic Division 5. Factor X^2+AX+B 6. Expand (AX+BY)^N All the functions are public - so all you have to do is refresh the libraries and the functions will show in the catalog.
nocalc.zip16k10-11-04File is not ratedNo-Calc
No-Calc is a revolutionary new training program for the TI-Nspire! It helps you train your calculating skills without using your calculator. You can train addition, substraction multiplication, division and even more with the included patch 1! A must for every TI-Nspire owner![UPDATE": Patch 2]
nsolver.zip6k09-12-12File is not ratedNumerical methods for equations and systems of equations
Newton-Raphson,Bisection method
nspire_alg.zip46k10-03-14File is not ratedNspire symbolic library
A symbolic manipulation library for the Nspire non-CAS. Does expansion, univariate factorization, rational integration, differentiation, etc., all using proper algorithms. NOTE: Read the README and on-calc documentation! You can and WILL get a WRONG ANSWER if your input does not satisfy certain criteria. This program was wrtten on OS 1.7 and is untested on OS 2.0.
nthrootsimp.zip2k08-12-24File is not ratedNth Root Simplification
This program simplifies a radical to any degree. Read the description in the program for more information.
pointandequation.zip6k11-02-27File is not ratedPoint and Equation
Find an equation for a point with a given slope. Usage: pwe(x,y,m) where x and y are coordinates and m is slope, displays y-intercept (b=?)
polys.zip7k10-05-09File is not ratedPolynomials
A document containing notes about the solutions of polynomials
quadeq.zip1k09-03-05File is not ratedquadraticequation.zip
Version 2 of the Quadratic Equation. This program performs the quadratic equation. It will find the complex zeroes of any quadratic equation. When the program does not find exact zeroes, it will show a fraction and an approximate decimal. Great when used in conjunction with my synthetic division programs to quickly find all zeroes of a polynomial.
quadratic.zip2k09-10-20File is not ratedauto-variable-detect quadratic program
will auto-detect your variables and return roots (including imaginary if mode is not real), vertex, and factors into binomials if possible quadratic("equation") equation must be in a string and has to be a quadratic, but does not have to be in any specific form made for easy use -- a great download
radical_simp.zip2k10-03-12File is not ratedRadical Simplifier
This will fully simplify all radicals into simplest form without a radical in the denominator. It can handle integers and fractions.
slope.zip2k10-09-28File is not ratedSlope formula
My first library! To use, just enter the given coordinates that you see from left to right. This program also shows its work.
sohcahtoa.zip25k10-04-21File is not ratedSOHCAHTOA (For Nspire/ Nspire CAS)
This is a program that helps you solve the famous SOHCAHTOA formula in a simple way. For those who have not learned about this: SOHCAHTOA is Sin(X)=Opposite side(of the given angle)divided by the Hypotenuse,and Cos(X)=Adjacent side (of the given angle) divided by the Hypotenuse,and Tan(X)=Opposite side(of the given angle) divided by the Adjacent side (of the given angle) SOHCAHTOA is used for right triangles only, but is very useful in many problems. This program will also solve the measure of the angle if it is the part the problem that you have to solve for. Good for: Geometry, Trig, Algebra 2, and some of Pre-Cal. (I also have an 84/83 version to). For more info read the Readme.
solvetriangle.zip2k11-11-27File is not ratedSolve Triangle
This program solves all sides and angles and area of a triangle using law of sines and cosines when it is given some of the sides or angles. See screenshots.
sorting.zip10k10-05-09File is not ratedSorting algorithms collection, v. 1.0
A library of some sorting algorithms. Currently includes mergesort, bubblesort, quicksort, heapsort, shellsort, insertion sort, and radix sorting.
sortlib1.1.zip18k10-06-12File is not ratedSorting algorithms library v. 1.1
This update includes a new algorithm (combsort) and a function to sort matrices. ---- The built-in sorting algorithms are not accessible by functions, so I wrote some functions to do the job for us.
syntheticdivision.zip1k08-12-24File is not ratedSynthetic Division
Performs synthetic division on 3rd, 4th, and 5th degree polynomials. See program instructions for more information.
tabvar.zip50k11-04-17File is not ratedTabVar
TabVar is the most advanced function study program for the Nspire! It features a graphical variation table and 10+ programs to perform different operations on functions, such as studying a function, finding the domain of definition, getting the equation of a tangent, making integration by parts, checking the parity or periodicity of a function, comparing two functions... A full french and english documentation is included.
taylorseries.zip6k11-12-22File is not ratedTaylor Series Remainder Finder
This set of programs augments the Nspire's taylor() function by returning both the remainder and the remainder as an error percentage. It can also find the minimum order needed to achieve either a remainder or a percentage error. Included as a bonus is a formula sheet for Taylor series and power series of elementary functions.
trigonometric_circle.zip14k09-02-25File is not ratedTrigonometric Circle
A geometrical construction showing the relationship beetwen the trigonometric circle and the graph of the corresponding trigonometric function. Includes a selector to change from sine to cosine, tangent and cotangent
wznspirelib.zip3k11-03-09File is not ratedWorkZoneNspire
I have it set up to be used as a library, but im puting it under math prrograms because it deals with math mainly. Is almost the same as 83-84 version but has less programs because im taking time to convert them all.

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