| Name | Size | Date | Rating | Description |
| (Parent Dir) | folder | | Up to TI-Nspire Basic Files |
 | advreg.zip | 34k | 11-04-09 |  | Advanced 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.zip | 3k | 11-06-02 |  | AutoFoil 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.zip | 3k | 09-04-07 |  | Base 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.zip | 24k | 09-02-25 |  | Buffon'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.zip | 2k | 10-01-03 |  | Completing 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.zip | 1k | 11-12-11 |  | SphereSolver 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.zip | 62k | 11-07-03 |  | Discrete 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.zip | 65k | 09-02-25 |  | Dice 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.zip | 1k | 10-10-26 |  | Die Roller 1.0 A program that allows you to roll an N-sided virtual die. Text-based. |
 | dirderiv_basic.zip | 12k | 10-11-04 |  | Gradient and directional derivatives This archive contains functions to calculate function gradients and directional derivatives. Functions are included for TI-nspire and 68k-models. |
 | djsmathbundle2.zip | 1k | 09-03-03 |  | DJ'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.zip | 5k | 10-05-09 |  | Egyptian Fractions library A library of functions relating to the generation of Egyptian fraction representations of fractions |
 | equations2.0.zip | 7k | 09-02-25 |  | Equations 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.zip | 10k | 09-06-20 |  | Euler'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.zip | 183k | 09-08-05 |  | Fast 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.zip | 136k | 09-12-19 |  | Fast 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.zip | 4k | 11-02-27 |  | Five Sided Die This program simulates a five sided die with sides A,B,B,D,E. Usage: sat(# of rolls) |
 | formulum.zip | 98k | 10-12-10 |  | Formulum - 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.zip | 16k | 10-02-05 |  | fourier() A fourier() function that works as easily as taylor() to create a fourier series. |
 | functioninversion.zip | 2k | 10-01-05 |  | Function 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.zip | 8k | 10-01-18 |  | Complete 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.zip | 28k | 09-02-25 |  | Galton'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.zip | 23k | 09-04-07 |  | Gamma 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.zip | 3k | 10-03-12 |  | Heron'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.zip | 2k | 11-08-16 |  | Logic 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.zip | 42k | 11-11-30 |  | Math 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.zip | 1k | 09-11-11 |  | Mohr'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.zip | 4k | 11-05-29 |  | TI 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.zip | 16k | 10-11-04 |  | No-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.zip | 6k | 09-12-12 |  | Numerical methods for equations and systems of equations Newton-Raphson,Bisection method |
 | nspire_alg.zip | 46k | 10-03-14 |  | Nspire 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.zip | 2k | 08-12-24 |  | Nth Root Simplification This program simplifies a radical to any degree. Read the description in the program for more information. |
 | pointandequation.zip | 6k | 11-02-27 |  | Point 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.zip | 7k | 10-05-09 |  | Polynomials A document containing notes about the solutions of polynomials |
 | quadeq.zip | 1k | 09-03-05 |  | quadraticequation.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.zip | 2k | 09-10-20 |  | auto-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.zip | 2k | 10-03-12 |  | Radical Simplifier This will fully simplify all radicals into simplest form without a radical in the denominator. It can handle integers and fractions. |
 | slope.zip | 2k | 10-09-28 |  | Slope 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.zip | 25k | 10-04-21 |  | SOHCAHTOA (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.zip | 2k | 11-11-27 |  | Solve 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.zip | 10k | 10-05-09 |  | Sorting 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.zip | 18k | 10-06-12 |  | Sorting 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.zip | 1k | 08-12-24 |  | Synthetic Division Performs synthetic division on 3rd, 4th, and 5th degree polynomials. See program instructions for more information. |
 | tabvar.zip | 50k | 11-04-17 |  | TabVar 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.zip | 6k | 11-12-22 |  | Taylor 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.zip | 14k | 09-02-25 |  | Trigonometric 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.zip | 3k | 11-03-09 |  | WorkZoneNspire 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. |