Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Slode[series_by_leastsquare] - construct the least squares best fit linear subspace of a linear space of series
Calling Sequence
series_by_leastsquare(FS, conditions)
Parameters
FS
-
FPSstruct data structure (see Slode[FPseries])
conditions
set of linear conditions for the coefficients of the series
Description
The series_by_leastsquare command determines from the given formal power series a series whose coefficients best satisfy the given linear conditions in the least squares sense and returns the result in form of an FPSstruct data structure.
This command can be used in conjunction with Slode[FPseries] or Slode[FTseries] to construct a least-squares best fit power series solution for a linear ODE with respect to a system of linear constraint equations for some coefficients of the series solution. After constructing a formal series solution FS via Slode[FTseries] or Slode[FPseries], use the series_by_leastsquare command function with the result FS and the linear system as arguments.
Examples
See Also
Slode, Slode[FPseries], Slode[FTseries]
Download Help Document