@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