Du lette etter:

how to multiply in mathematica

AutoMultiplicationSymbol - Wolfram Language Documentation
https://reference.wolfram.com › ref
AutoMultiplicationSymbol is an option for objects such as Cell and Notebook that specifies when to automatically display a multiplication symbol between ...
Multiply two lists - Mathematica Stack Exchange
https://mathematica.stackexchange.com/questions/180916/multiply-two-lists
Mathematica Stack Exchange is a question and answer site for users of Wolfram Mathematica. It only takes a minute to sign up. ... I'd like to multiply each element from the first list with each element from the second, like this: {1*4, 2*4, 3*4, 1*5, 2*5, 3*5, 1*6, 2*6, 3*6}
Arithmetic Functions - Wolfram Language Documentation
https://reference.wolfram.com › Ar...
Plus (+) — addition of numbers, lists, arrays, or symbolic expressions. Subtract (-) — subtraction. Times (×) — multiplication, entered as a space, or ( * ).
How to get the result of a multiplication between a matrix ...
https://community.wolfram.com/groups/-/m/t/491285
In Mathematica the dot operator is overloaded, and can be matrix multiplication, matrix-vector multiplication,vector-matrix multiplication, or the scalar dot product of vectors, depending on context. If possible, Mathematica also conforms the vectors as needed. For example, a nxm matrix can multiply a m-wide row vector without objection.
Perform Operations on Lists - Wolfram Language ...
https://reference.wolfram.com › Pe...
Set up a list of 5 random integers between 0 and 10 (stored as v): · Use Max ; Add the scalar c to each element of a list: · Multiply each element in the list by ...
Times (*, x) - Wolfram Language Documentation
https://reference.wolfram.com › ref
Background & Context. Times is a function that does multiplication (takes the product) of expressions. The expression Times[a,b,c,…] is commonly represented ...
Algebraic Calculations - Wolfram Language Documentation
https://reference.wolfram.com › Al...
The Wolfram System provides a large collection of functions for converting between different forms of algebraic expressions. Expand[expr]. multiply out products ...
Matrix and Tensor Operations - Wolfram Language ...
https://reference.wolfram.com › Li...
Mathematica provides a number of ways to build matrices. ... If you want to carry out matrix multiplication, this can be done with the function Dot and is ...
How to multiply Column vector by Row vector in Mathematica ...
https://stackoverflow.com/questions/53057977/how-to-multiply-column...
29.10.2018 · I want to multiply every value in a column vector by the same vector but transposed to row. The output should be a multiplication table matrix. Like the third example in this picture. I tried multiplying a column vector by its transposed form but Mathematica only gives me this which is not a Matrix. wolfram-mathematica.
Make Addition and Multiplication Tables: New in Mathematica 10
https://www.wolfram.com/mathematica/new-in-10/inactive-objects/make...
Make Addition and Multiplication Tables . With Inactive, it is easier than ever to create tables of values. An addition table for the numbers 1 through 7. In[1]:= X. Out[1]//TableForm= A multiplication table for the numbers 1 through 7. In[2 ... Mathematica. Try …
Product - Wolfram Language Documentation
https://reference.wolfram.com › ref
Wolfram|One · Mathematica · Wolfram|Alpha Notebook Edition ... If a product cannot be carried out explicitly by multiplying a finite number of terms, ...
Do Basic Calculations - Wolfram Language Documentation
https://reference.wolfram.com › D...
Spaces between numbers, variables, or function values are interpreted as multiplication. The Wolfram System automatically shows a space between numbers with ...
How to get the result of a multiplication between a matrix
https://community.wolfram.com › ...
If possible, Mathematica also conforms the vectors as needed. For example, a nxm matrix can multiply a m-wide row vector without objection.
Variables & Functions | Mathematica & Wolfram Language for ...
https://www.wolfram.com › variabl...
A space between two variables or numbers indicates multiplication: (In other words, “a b” is a times b, whereas “ab” is the variable ab.) ...