Curve Fitting with Maple



Similar documents
Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1)

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage

Curve Fitting in Microsoft Excel By William Lee

Scientific Graphing in Excel 2010

Arithmetic and Algebra of Matrices

Quick Tour of Mathcad and Examples

Excel Basics By Tom Peters & Laura Spielman

Introduction to the TI-Nspire CX

0 Introduction to Data Analysis Using an Excel Spreadsheet

Summary of important mathematical operations and formulas (from first tutorial):

Excel & Visual Basic for Applications (VBA)

GelAnalyzer 2010 User s manual. Contents

7.7 Solving Rational Equations

Dealing with Data in Excel 2010

Pure1 Manage User Guide

Lecture 2 Mathcad Basics

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Scatter Plots with Error Bars

Years after US Student to Teacher Ratio

Microsoft Excel Tutorial

KaleidaGraph Quick Start Guide

1 Review of Least Squares Solutions to Overdetermined Systems

A Short Introduction to Eviews

ACS Version Check Layout Design

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

How to make a line graph using Excel 2007

Macintosh System OSX #1

Polynomial Neural Network Discovery Client User Guide

Quickstart for Desktop Version

GeoGebra Statistics and Probability

Linear Regression. use waist

Market Pricing Override

Find the Relationship: An Exercise in Graphing Analysis

Data exploration with Microsoft Excel: analysing more than one variable

Excel Reports and Macros

Acceleration of Gravity Lab Basic Version

Picking Distractors for Multiple Choice Questions

Chapter 4 Displaying and Describing Categorical Data

The KaleidaGraph Guide to Curve Fitting

The aim of this investigation is to verify the accuracy of Pythagoras Theorem for problems in three dimensions.

This activity will show you how to draw graphs of algebraic functions in Excel.

Gerrit Stols

BIGPOND ONLINE STORAGE USER GUIDE Issue August 2005

Datum > Curve KIM,ME,NIU

Prism 6 Step-by-Step Example Linear Standard Curves Interpolating from a standard curve is a common way of quantifying the concentration of a sample.

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

What is the difference between simple and compound interest and does it really matter?

Using the Educator Dashboard

Scatter Plot, Correlation, and Regression on the TI-83/84

Tutorial 2: Using Excel in Data Analysis

TraceNet Command TM Application Suite User Guide

Graphing Rational Functions

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Econ Wizard User s Manual

Using Excel for Handling, Graphing, and Analyzing Scientific Data:

Calculator Notes for the TI-Nspire and TI-Nspire CAS

Pro/ENGINEER Wildfire 4.0 Basic Design

WEKA Explorer User Guide for Version 3-4-3

Basic Graphing Functions for the TI-83 and TI-84

Spline Toolbox Release Notes

New Features in Microsoft Office 2007

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

Appendix 2.1 Tabular and Graphical Methods Using Excel

Using Microsoft Excel to Plot and Analyze Kinetic Data

account multiple solutions

HOW TO MAKE A TABLE OF CONTENTS

Chapter 9 Creating Reports in Excel

GeoGebra. 10 lessons. Gerrit Stols

In the Link Point Cloud window, locate the desired point cloud file

Generating ABI PRISM 7700 Standard Curve Plots in a Spreadsheet Program

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

Fireworks CS4 Tutorial Part 1: Intro

Use your mobile phone as Modem loading Videos

Irrational Numbers. A. Rational Numbers 1. Before we discuss irrational numbers, it would probably be a good idea to define rational numbers.

The Center for Teaching, Learning, & Technology

Math Common Core Sampler Test

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Descriptive Statistics

Presentations and PowerPoint

Performing Simple Calculations Using the Status Bar

Information Literacy Program

TI-Nspire Technology Version 3.2 Release Notes

Multiple Regression in SPSS This example shows you how to perform multiple regression. The basic command is regression : linear.

Microsoft Access 2010 Overview of Basics

First National Bank in Carlyle Cash Management Training

Detailed user guide for Finale Note Pad

Integrating CaliberRM with Software Configuration Management Tools

Integrating with Mathematica

I. Turn it on: Press É

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

Excel 2007 Basic knowledge

Using SPSS, Chapter 2: Descriptive Statistics

Mathematics. What to expect Resources Study Strategies Helpful Preparation Tips Problem Solving Strategies and Hints Test taking strategies

DB2 Web Query: Creating Dashboards with HTML Composer and InfoAssist. Jacqueline Jansen Information Builders

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Lab 1: Introduction to PSpice

How to test and debug an ASP.NET application

Transcription:

Curve Fitting with Maple Maplesoft, a division of Waterloo Maple Inc., 2007 Introduction Maple includes a number of assistants that allows a user to experiment and easily perform key tasks. This Tips and Technique will focus on the Curve Fitting Assistant. This assistant provides a quick and easy method to fit a curve to a set of data points and to experiment to find the best curve for your data set. The assistant provides a graph showing both the points in your data as well as the curve returned by the choosen curve fitting algorithm. Launching the Assistant There are three methods to launch the Curve Fitting Assistant, the first is by going to Tools > Assistants > Curve Fitting. The second method is to create/import a two column Matrix, two column Array, or a List of Lists (where the sub list all contain two numbers); then right-click on the output and select Curve Fitting > Interactive Curve Fitting from the context menu. A final method is to calling the following function: CurveFitting:-Interactive ; The first method will launch the Curve Fitting Assistant with no data loaded and you will need to add

the data before continuing with the assistant. The second method will launch the assistant with the data that you clicked on already loaded into the assistant. By passing no data to the third method, the Curve Fitting Assistant will launch with no data loaded. By passing the data as the argument of the command, you will launch the Curve Fitting Assistant with the data loaded into the assistant. Inserting Data If the Curve Fitting Assistant was launched without any data being loaded, the first window of the assistant is: This window allows you to enter in the x and f x values by hand or to click the Import button that will bring up Maple's Import Assistant. Fitting the Curve Once the data is imported into the Curve Fitting Assistant you will get the following window:

This window has a plot to the left, an indication of the vertical range of the plot and relevant curve fitting commands to the right. At the bottom of the window there is a box for the result of the selected curve fitting algorithm. The plot is also be updated with the curve returned by the curve fitting algorithm that is selected. Note: The Rational Interpolation selection shows up only if the data contains no decimal values. The Thiele Interpolation shows up only if the f x values in the data are unique. For the Rational Interpolation and Splines options there are sliders that allow you to control the maximum degree of the numerator and denominator being used or the degree of the spline being used during the curve fitting procedure.

The Least Squares section provides an input box for the user to specify an expression in terms of x. The parameters will be fit by the Least Squares command with values according to this procedure. Only expressions that are linear in terms of the parameters are allowed. To apply the fitting command, click the Plot button that is to the right of the algorithm options.

The Curve Fitting Assistant allows you to experiment with different curve fitting algorithms and easily see the plot of the resulting curve. This interface also allows for experimenting with setting different settings for the curve fitting procedure. Once you have found the curve that you are looking for, you can click Done to have the equation that is in the bottom box of the window inserted into the document. By clicking the Cancel button, the window will be closed without the equation being inserted into the document. Package Overview Within Maple, there is a package that contains the following command to fit a curve to your input data: BSpline BSplineCurve Interactive LeastSquares PolynomialInterpolation RationalInterpolation Spline ThieleInterpolation The commands within this package are the same commands that are called by the Curve Fitting Assistant. Once you have determined the command that best suites your data set, you can call the command directly without needing the Curve Fitting Assistant. More information on each of the commands can be found on the help page for each that is linked above.

Legal Notice: The copyright for this application is owned by Maplesoft. The application is intended to demonstrate the use of Maple to solve a particular problem. It has been made available for product evaluation purposes only and may not be used in any other context without the express permission of Maplesoft.