Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Tips and tricks
(edit)
Revision as of 07:38, 27 August 2017
1 byte added
,
07:38, 27 August 2017
m
→Real matrix operations
:
Use .' as transpose even if there is no difference for real valued matrices
Line 78:
Line 78:
<tr><td>element multiplication</td><td><code>A.*B</code></td><td><code>product(A,B) </code></td></tr>
<tr><td>element multiplication</td><td><code>A.*B</code></td><td><code>product(A,B) </code></td></tr>
<tr><td>element division</td><td><code>A./B</code></td><td><code>quotient(A,B) </code></td></tr>
<tr><td>element division</td><td><code>A./B</code></td><td><code>quotient(A,B) </code></td></tr>
−
<tr><td>transpose*</td><td><code>A'</code></td><td><code>A.transpose()</code></td></tr>
+
<tr><td>transpose*</td><td><code>A
.
'</code></td><td><code>A.transpose()</code></td></tr>
<tr><td>select element m,n of A**</td><td><code>A(m,n)</code></td><td><code>A(m-1,n-1)</code></td></tr>
<tr><td>select element m,n of A**</td><td><code>A(m,n)</code></td><td><code>A(m-1,n-1)</code></td></tr>
<tr><td>select row N of A**</td><td><code>A(N,:)</code></td><td><code>A.row(N-1)</code></td></tr>
<tr><td>select row N of A**</td><td><code>A(N,:)</code></td><td><code>A.row(N-1)</code></td></tr>
Andy1978
219
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
🏠 GNU Octave Wiki
⚙️ Installing
📦 Packages
📝 Contributed Code
🔬 Development
❓ FAQ
Wiki
Recent changes
Random page
Index
Help
Tools
Special pages
Printable version