TYoshimura.Algebra 3.0.0

dotnet add package TYoshimura.Algebra --version 3.0.0
                    
NuGet\Install-Package TYoshimura.Algebra -Version 3.0.0
                    
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="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.Algebra" Version="3.0.0" />
                    
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 3.0.0
                    
#r "nuget: TYoshimura.Algebra, 3.0.0"
                    
#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.
#:package TYoshimura.Algebra@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TYoshimura.Algebra&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=TYoshimura.Algebra&version=3.0.0
                    
Install as a Cake Tool

Algebra

Linear Algebra

Requirement

.NET 10.0
DoubleDouble

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 net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

Package Downloads
TYoshimura.DoubleDouble.Statistic

Double-Double Statistic Implements

TYoshimura.CurveFitting

Curvefitting - linear, polynomial, pade, arbitrary function

TYoshimura.ComplexAlgebra

Complex Algebra

TYoshimura.Regression

Regression Analysis Utility

TYoshimura.DoubleDouble.Geometry

Double-Double Geometry 2D/3D Implements

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0 142 12/6/2025
2.3.2 468 11/7/2024
2.3.1 167 11/6/2024
2.3.0 219 10/31/2024
2.2.2 234 9/6/2024
2.2.1 169 9/5/2024
2.2.0 219 9/4/2024
2.1.9 196 9/1/2024
2.1.8 173 8/31/2024
2.1.7 169 8/30/2024
2.1.6 157 8/27/2024
2.1.5 152 8/27/2024
2.1.4 178 8/25/2024
2.1.3 192 8/25/2024
2.1.2 447 4/19/2024
2.1.1 171 4/18/2024
2.1.0 269 4/18/2024
2.0.0 239 4/6/2024
1.6.2 323 2/22/2024
1.6.1 314 2/20/2024
1.6.0 388 1/20/2024
1.5.0 574 9/4/2023
1.4.6 800 3/13/2023
1.4.5 759 2/7/2023
1.4.4 822 2/1/2023
1.4.3 756 1/31/2023
1.4.2 953 1/27/2023
1.4.1 797 1/22/2023
1.4.0 862 1/19/2023
1.3.0 1,098 9/4/2022
1.2.1 820 1/1/2022
1.2.0 953 1/1/2022

update dotnet