Matlab LSE Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: lse.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: John D`Errico (View more)

Matlab LSE script description:




Publisher review:
Matlab LSE - A linear least squares solver, subject to linear equality constraints This submission was written by request - as a tool to handle linear least squares problems, subject to linear equality constraints that may potentially be rank deficient. (It handles problems with full rank constraints of course too.) In the event of a rank deficient constraint system, it tests for consistency of the constraints.I added a few other features to LSE:- It allows multiple right hand sides to the least squares problem, fully vectorized of course.- Weights may be supplied.- You are offered a choice of least squares solvers, either backslash or pinv.LSE solves the problem (for an unknown vector x)argmin norm(A*x - b)subject to the constraintsC*x = dAs an example, consider the random systemA = rand(10,3);b = rand(10,1);With a rank deficient constraint setC = [1 1 1;1 1 1];d = [1;1];X = lse(A,b,C,d)X =0.51070.57451-0.085212Verify that the constraints are satisfiedC*Xans =11Column pivoting is used to eliminate variables from the constraint system when is specified, and when pinv is specified, an svd is used for the final solution. Requirements: ยท MATLAB Release: R2006b
Matlab LSE is a Matlab script for Mathematics scripts design by John D`Errico. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Matlab LSE - A linear least squares solver, subject to linear equality constraints

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5