Element position of matrix
Aug 09, 2023
03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 09, 2023
03:35 AM
Element position of matrix
Hello, how can I find position of known element in matrix if I know that element exists in matrix (column and row index). I tried with match function and I put small value for tolerance (as you can see in attached file test.mcdx) and I'm getting 2x1 for which I know that is not the right position. Also, it would be nice if you propose me the solution with separated index for column and for row.
Thanks in advance!
Solved! Go to Solution.
Labels:
- Labels:
-
Mathcad Usage
ACCEPTED SOLUTION
Accepted Solutions
Aug 09, 2023
03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 09, 2023
03:47 AM
Hi,
The 2x1 matrix returned by match is the row and column index to the match. By default index starts at zero.
2 REPLIES 2
Aug 09, 2023
03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 09, 2023
03:47 AM
Hi,
The 2x1 matrix returned by match is the row and column index to the match. By default index starts at zero.
Aug 09, 2023
06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 09, 2023
06:42 AM
