Skip to main content

Questions tagged [dot]

4 votes
2 answers
254 views

What is the most efficient way to compute v.Reverse[v] or ListConvolve[v,v]? In particular, since most of the products occur ...
Alexander Perlis's user avatar
2 votes
3 answers
206 views

I have a vector, and I physically know what the new version of that vector will be after changing the space. I want to find a matrix that converts that vector to the new one, and it should be true for ...
asato's user avatar
  • 61
3 votes
1 answer
155 views

I have expressions of the type (-y A.A).(-y A.A).(A x).(A x) (* Example 1 *) (-y A.A).(-y A.A).(A x) (* Example 2 *) The number of parenthesis factors can vary, ...
Ben's user avatar
  • 335
2 votes
2 answers
327 views

I am struggling to plot discrete set of lines ( black dashed line around the black point) along with a continuous plot ( blue and yellow curves). Following is the problem: Basically i want to plot ...
radiationgalaxy's user avatar
8 votes
2 answers
472 views

How to simplify the expression a b . x/((a b) . x) Where a is a scalar and b and x are vectors. I have tried the usual Simplify, FullSimplify, TensorExpand etc. ...
Breugem's user avatar
  • 795
2 votes
0 answers
103 views

Lets say I have a list of n arrays: n=3; list = Table[RandomInteger[{-10, 10}, {2, 2}], n]; I would like to calculate the matrix corresponding to: ...
Gabriele Stevanato's user avatar
2 votes
1 answer
120 views

I have two expressions (with dot and non-commutative product): $f=J^T.x+J.x$ $g=J^T**x+J**x$ I want to simplify them and get the following expressions: $f=(J^T+J).x$ $g=(J^T+J)**x$ In an attempt to ...
ayr's user avatar
  • 2,665
2 votes
0 answers
115 views

I have a time dependent matrix. In a thousand different times with the same time intervals I get the values of the matrices. Now, how can I DOT Product these thousand matrices in time order??
Mojtaba Rezaee's user avatar

15 30 50 per page