Quantcast
Channel: Math.NET - Latest topics
Browsing all 301 articles
Browse latest View live

Math.NET Symbolics keeping the order

@Renton wrote: Hi there. Just as I asked in StackOverflow is it possible to just parsed it keeping its format or sequence? Posts: 5 Participants: 2 Read full topic

View Article


MKL provider on OSX for Mono/Xamarin?

@lionpeloux wrote: Hello, I'm really interested by your .net "numeric" project for my research works in structural analysis. I've been reading your MKL help page but it's still not clear for me if...

View Article


Non-linear regression

@eggord wrote: Hi everybody, i have a question. I want to fit a sigmoid function. Is there a non-linear regression method in math.net or do i have to write my own LM-Algo. ? Thank you! Posts: 3...

View Article

Double-precision Complex data type

@EdmundOwen wrote: Hi, I would like to use Math.Net to do Complex algebra but I can't find the double-precision Complex data type in the library. The documentation throws a 404 error when I try to...

View Article

Are there any code samples about using Mathnet.Numerics?

@River wrote: I am a new comer. And I am looking for some code sample. I found this on NuGer:http://nugetmusthaves.com/Package/MathNet.Numerics.SampleBut when I tried to install it from the Package...

View Article


Generalized eigenvalues

@Pavel wrote: What is the most effective way to solve generalized eigenvalues problem? We looking for v, D for symmetric matrix A, and non-symmetric matrix B, such that A * v = B * v * D Our current...

View Article

Ray Cylinder Intersection

@Terry_Price wrote: Hi There, First, I'm so glad someone has taken the initiative to create a dot-net spatial math library. I had to create my own for a recent project, and it would have saved me...

View Article

Gauss-Legendre Quadrature Feature

@larzw wrote: Hello! Would Integration via Gauss-Legendre Quadrature be an interesting feature to add? It would be similar to the GNU Scientific Library function gsl_integration_glfixed see...

View Article


Linear Regression with regularization (lasso / ridge regression)

@Herger wrote: Hello, I'm new to Math.Net Numerics and was browsing the functionalities in the doc and found the part "Regularization" in the linear regression topic missing. Any plan for adding it...

View Article


Inverted Matrix Values are NaN and Infinity

@atekgul wrote: Hi,I am solving a least squares adjustment problem, and trying to invert a 3x3 matrix, but the result matrix values are getting NaN or Infinity. I have tried to invert this 3x3 matrix...

View Article

Image may be NSFW.
Clik here to view.

Cubic-spline interpolator to fit osculating circles

@DavidRutten wrote: Initially posted this on StackOverflow... but not sure if that was a good idea. How does one go about calculating the proper n-th order coefficients for a Math.NET cubic spline...

View Article

Image may be NSFW.
Clik here to view.

Finding asymptotes in interpolations

@DavidRutten wrote: Sometimes Equidistant-Polynomial and Bulirsch-Stoer interpolation result in discontinuities in the final graph, making it look silly because I just connect all sampled values left...

View Article

Error thrown from Fit.Polynomial

@DRNadler wrote: I tried to fit a simple polynomial: polyFit = MathNet.Numerics.Fit.Polynomial(xSlope, yExpectedPRgap, 3);Input arrays are both double[3] and do work with a line fit as in: Tuple...

View Article


Get submatrix by array of column and row indices

@tsnewer wrote: Hello,How can i choose some rows in a matrix arbitrarily to product a new matrix ? For example, i can do it in matlab like this, A=rand(5,5); index=[1 3 5]; B=A(index,:); . Posts: 3...

View Article

How to create random orthogonal matrix

@jdelange wrote: I am studying the easiest way to create (uniform) random filled orthogonal matrices. I think one way would be a A=QR-decomposition of a random filled matrix A, whereby Q would give me...

View Article


FFT Performance

@franktore wrote: I'm curioius to know if you use native providers algorithms or purely managed ones for the IntegralTransforms package.The reason I am wondering is that when comparing the Fourier...

View Article

Image may be NSFW.
Clik here to view.

Math.NET Symbolics for WPF F# project

@FoggyFinder wrote: Hello allI want to use Math.Net.Symbolics in F# WPF project. I download NuGet package: 0.png896x413 37.4 KB Next I tried run simple example: type MainViewModel() = inherit...

View Article


Image may be NSFW.
Clik here to view.

MathNet.Symbolics 0.7.1 and version FParsec

@FoggyFinder wrote: For the latest version of the package is written such dependence: FParsec (≥ 1.0.1) FSharp.Core (≥ 3.1.2.5) MathNet.Numerics (≥ 3.8.0) MathNet.Numerics.FSharp (≥ 3.8.0) but, when I...

View Article

Integer factors

@rikkus wrote: Hi, I've been looking for a nuget package that will let me find the integer factors (of an integer).I tried using:...

View Article

Wrong compute of the matrix rank!

@Lili wrote: For a matrix of 4-by-4, as follows Matrix A = DenseMatrix.OfArray(new double[,] { {4,4,1,3}, {1,-2,1,0}, {4,0,2,2}, {7,6,2,5}});The rank computed with the equation as follow is 3 var...

View Article
Browsing all 301 articles
Browse latest View live


Latest Images