Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline mytam  
#1 Posted : 28 March 2019 07:43:16(UTC)
mytam

Rank: Newbie

Groups: Registered
Joined: 28/03/2019(UTC)
Posts: 1
Location: Ảtqrrs

When creating a new matrix, it would be faster, and more natural to type ctrl+m 2,3 <return>
rather than use both row and column fields

For me personally, the default for columns would best be 1, that is what I use more often than anything else.

I also find filling matrices slow and difficult. It would be much easier to comma delimit data in columns, and semi-colon delimit rows. This would make it easy to fill either across or down. When reaching the end of a row/column, it would wrap to the next (regardless of "," or ";" )

The problem with tab is that it is with keys 1,2,3 + tab is it's a left hand cack handed stretch to the tab key that gets capslock every time, for me. - so I have to do it slowly.

Using comma is left-right-left-right and flows smoothly. (This is the same reason that // is my favourite comment character regardless of language - it flows whereas eg. shift+# never does)

Edited by moderator 25 April 2019 12:40:13(UTC)  | Reason: Not specified

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Razonar  
#2 Posted : 28 March 2019 10:22:06(UTC)
Razonar


Rank: Advanced Member

Groups: Registered
Joined: 28/08/2014(UTC)
Posts: 1,356
Uruguay

Was thanked: 815 time(s) in 516 post(s)
Hi mytam. Isn't very natural, but with this you only need one click.

1) Write ma( into a math area. Then the parenthesis close, and you see ma(_)
2) Write the matrix elements file to column. For example, for a 2x3 matrix, you get: ma(11,12,13,21,22,23)
3) Write the number of files and columns. You get now ma(11,12,13,21,22,23,2,3)
4) Finally, click after "ma" and complete typing a "t". Then mat(11,12,13,21,22,23,2,3) is showing as what it is: a 2x3 matrix.

Or as image, more explicit:

Clipboard2.gif

Best regards.
Alvaro.
thanks 1 user thanked Razonar for this useful post.
on 28/03/2019(UTC)
Offline Jean Giraud  
#3 Posted : 28 March 2019 16:23:52(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: mytam Go to Quoted Post
I also find filling matrices slow and difficult.

No short way to fill a matrix ! by hand.
Toke me ½ day to fill 767*2 HadCRU Global Warming data.
The suggested approach is best as you can see side by side
what you fill-in from the source data image.

fill-matrix.PNG
Offline Andrey Ivashov  
#4 Posted : 01 April 2019 01:30:03(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Originally Posted by: mytam Go to Quoted Post
When creating a new matrix, it would be faster, and more natural to type ctrl+m 2,3 <return>

It is possible with newest release (build 7030). Arguments separator symbol allows you to move focus from rows to columns box now.

Hope this will help you.
Offline Jean Giraud  
#5 Posted : 01 April 2019 03:20:04(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: Andrey Ivashov Go to Quoted Post
It is possible with newest release (build 7030). Arguments separator symbol allows you to move focus from rows to columns box now.

What more convenient and logic than SS 6179 can be invented ?
fill the first top left -> cursor fill next -> ...
as the last column is filled: drops down next row left
... and so on
negative number: twice cursor ->-> move next.
From the matrix tool box, easy to insert a missing row.
Creating a matrix is a delightful part of a project.
Creating matrix from f(x), f(x,y) is even simpler.

Cheers ... Jean.
Offline crun  
#6 Posted : 25 August 2020 09:48:48(UTC)
crun


Rank: Advanced Member

Groups: Registered
Joined: 24/02/2010(UTC)
Posts: 34
Location: a

I also find matrix entry painful.
Originally Posted by: mytam Go to Quoted Post
When creating a new matrix, it would be faster, and more natural to type ctrl+m 2,3 <return>

Thanks Andrey for implementing, that makes it easier. (tried to edit the Keyboardshortcuts wiki, but can't)

Originally Posted by: mytam Go to Quoted Post

For me personally, the default for columns would best be 1, that is what I use more often than anything else.

I agree. I think that I expect the r,c values chosen to persist next time ^M is chosen.

Quote:

It would be much easier to comma delimit data in columns, and semi-colon delimit rows.

I agree.
Currently, if you make a 1x1 matrix then comma fills it down as you describe. i.e.
<ctrl>+M 1,1 4,5,6
makes
4
5
6

I think it needs:

  • ; creates new column (as you describe)
  • <ctrl>+<arrow key> move in the matrix that direction for editing.(currently hard to go up/dn the grid)
  • a shortcut that makes a 1x1 matrix.

e.g. a dedicated shortcut
<ctrl>+;
or
add a new button to matrix dialog to make a 1x1, which has the hotkey m , so pressing
<ctrl>+MM
will make an empty 1x1 ready for filling using , ;

I would also note that entering powers of 10 is also a major pain in matrices, as it is often more than doubling the number of keystrokes.
see: Fast-way-to-enter-powers-of-10

Edited by user 25 August 2020 12:45:02(UTC)  | Reason: Not specified

Offline Jean Giraud  
#7 Posted : 25 August 2020 16:08:28(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: crun Go to Quoted Post
I also find matrix entry painful.

Same style as Mathcad/Mathsoft. No complain in 15 years Collaboratory.
OriginLab matrix is even more painful for reasons.
If you fill a matrix from foreign source, better address elements wise.
Much less risk of typos, than filling by hand.
Offline Jean Giraud  
#8 Posted : 25 August 2020 22:03:03(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: crun Go to Quoted Post
I also find matrix entry painful.

Visit the last Samples attachment, few minutes ago.
Jean

Users browsing this topic
Similar Topics
Speed matrix creation and filling with comma (Feature Requests)
by crun 04/05/2018 10:11:04(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.