TYoshimura.Algebra 1.4.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package TYoshimura.Algebra --version 1.4.5
                    
NuGet\Install-Package TYoshimura.Algebra -Version 1.4.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TYoshimura.Algebra" Version="1.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.Algebra" Version="1.4.5" />
                    
Directory.Packages.props
<PackageReference Include="TYoshimura.Algebra" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TYoshimura.Algebra --version 1.4.5
                    
#r "nuget: TYoshimura.Algebra, 1.4.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TYoshimura.Algebra&version=1.4.5
                    
Install TYoshimura.Algebra as a Cake Addin
#tool nuget:?package=TYoshimura.Algebra&version=1.4.5
                    
Install TYoshimura.Algebra as a Cake Tool

Algebra

Linear Algebra

Requirement

.NET 6.0

Install

Download DLL
Download Nuget

Usage

// solve for v: Av=x
Matrix a = new double[,] { { 1, 2 }, { 3, 4 } };
Vector x = (4, 3);

Vector v = Matrix.Solve(a, x);

Licence

MIT

Author

T.Yoshimura

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TYoshimura.Algebra:

Package Downloads
TYoshimura.CurveFitting

Curvefitting - linear, polynomial, pade, arbitrary function

TYoshimura.DoubleDouble.Statistic

Double-Double Statistic Implements

TYoshimura.ComplexAlgebra

Complex Algebra

TYoshimura.Regression

Regression Analysis Utility

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.2 194 11/7/2024
2.3.1 104 11/6/2024
2.3.0 131 10/31/2024
2.2.2 155 9/6/2024
2.2.1 122 9/5/2024
2.2.0 147 9/4/2024
2.1.9 130 9/1/2024
2.1.8 126 8/31/2024
2.1.7 119 8/30/2024
2.1.6 115 8/27/2024
2.1.5 109 8/27/2024
2.1.4 136 8/25/2024
2.1.3 146 8/25/2024
2.1.2 277 4/19/2024
2.1.1 120 4/18/2024
2.1.0 183 4/18/2024
2.0.0 171 4/6/2024
1.6.2 250 2/22/2024
1.6.1 260 2/20/2024
1.6.0 319 1/20/2024
1.5.0 503 9/4/2023
1.4.6 694 3/13/2023
1.4.5 663 2/7/2023
1.4.4 715 2/1/2023
1.4.3 658 1/31/2023
1.4.2 834 1/27/2023
1.4.1 700 1/22/2023
1.4.0 752 1/19/2023
1.3.0 985 9/4/2022
1.2.1 699 1/1/2022
1.2.0 821 1/1/2022

+ tuple