Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select elements inside a matrix result. #1991

Open
ghost opened this issue Nov 7, 2022 · 2 comments
Open

Select elements inside a matrix result. #1991

ghost opened this issue Nov 7, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 7, 2022

Problem you'd like to fix

I deal with complex matrices a lot. I normally need my result in phasor form, so r/_(theta). The way I am converting from rectangular to polar is using the additional results menu, however, I cannot individually select the elements of the result matrix. Instead, I have to retype them on a new line and the press enter.

Please describe a single improvement per issue. Feel free to open multiple issues though!

Screenshots

screenshot

Describe the solution you'd like

I would like to be able to select an element inside the solution matrix, press enter, and have the element appear in the new line for further processing. Or even better switch between polar and rectangular quickly. I know you can set the entire workspace to polar, however, I still need to grab and element out so I can select the exponential, select the argument, then multiply by 180/pi to put it into degrees. Basically, any solution that makes working with Phasors less painful would be fantastic.

Describe alternatives you've considered

You can select the entire solution matrix and hold shift to copy and paste. This becomes a pain quick. I also just retype the individually and convert them. If you have any electrical or computer engineers on staff that have done nodal analysis with 4 or 5 nodes, they will know how tedious this is.

@ghost ghost added the enhancement label Nov 7, 2022
@ghost
Copy link
Author

ghost commented Nov 9, 2022

I did find a work around using the dot product to pull an element from a matrix.

To get, for example the first element of a matrix.
screenshot

you can dot it like this.

If that makes my suggestion any more clear I think there should be an easier way to access the elements of a matrix.

@artaxxx
Copy link
Collaborator

artaxxx commented Nov 9, 2022

Thanks for your suggestion @josefdmiller !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant