Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Where is the packages "MathNet.Numerics.fsx"

$
0
0

@GS1976 wrote:

Hi all,

I am trying to run the F# interactive example (see below), but I do not know where to find the “MathNet.Numerics.fsx”

#load"…/packages/MathNet.Numerics.FSharp/MathNet.Numerics.fsx"

open MathNet.Numerics
SpecialFunctions.Gamma(0.5)

open MathNet.Numerics.LinearAlgebra
let m : Matrix = DenseMatrix.randomStandard 50 50
(m * m.Transpose()).Determinant()

Any assistance would be much appreciated.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles