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

How to use Cross Product

$
0
0

@Ming_Da wrote:

Hello everyone.Recently I try to use Math.net in C# program.today I want to make Cross Product:
var v1 = new DenseVector(new[] { 1.0, 2.0, 3.0 });
var v2 = new DenseVector(new[] { 1.0, 2.0, 3.0 });
--->var v = v1.CrossProduct(v2). but I do not find the methods"Cross Product"
can you tall me why?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles