Ask Your Question

srobbert's profile - activity

2022-02-15 05:16:36 +0200 received badge  Taxonomist
2021-07-21 03:24:16 +0200 received badge  Famous Question (source)
2021-07-21 03:24:16 +0200 received badge  Notable Question (source)
2021-07-21 03:24:16 +0200 received badge  Popular Question (source)
2021-04-12 18:39:27 +0200 received badge  Popular Question (source)
2018-02-13 21:01:21 +0200 received badge  Nice Question (source)
2017-02-10 00:03:18 +0200 commented answer condition number of a matrix

Thanks! This helps--also with the random_matrix command that I didn't ask about!

Best to you!

2017-02-09 20:37:03 +0200 commented answer Notebook access in Sage 7.3 via Oracle VM

Thanks! I'll try this! (Sorry for the time lag in my response--my sabbatical is over, so now life is much more complicated!)

2017-02-09 20:26:31 +0200 asked a question condition number of a matrix

I am a novice Sage user, trying to get my Linear Algebra students to use Sage, too. One part of a problem I have assigned in the past asks a student to find the condition number of a matrix. In Maple, the command is just ConditionNumber(A), where A is a defined matrix. Is there a similar command in Sage?

Thanks for any help!

2016-10-27 18:10:30 +0200 received badge  Good Question (source)
2016-10-27 14:49:13 +0200 received badge  Nice Question (source)
2016-10-25 21:22:31 +0200 asked a question Notebook access in Sage 7.3 via Oracle VM

I am a new Sage user. I have been experimenting with Sage 7.3 on my Windows laptop using Oracle VirtualBox (Version 5.1.6 r110634). When I initialize Sage in Jupyter, the only way I have been able to use the notebook version is to first open a saved Jupyter Sage document I named Initialize_Notebook_Sage.ipynb and then executing the command notebook(). From that point, the application resets (after a short delay) and I have access to previously saved Sage Notebooks with the interface I expected. I tried to access notebooks through a browser using http://localhost:8080, but was unsuccessful.

While this workaround gets me to the desired interface, it is not the most elegant. Is there a way to access the Sage Notebook directly from the Jupyter screen or from the VirtualBox screen?

Thanks in advance for your help.

2016-10-14 23:25:59 +0200 received badge  Supporter (source)
2016-10-09 10:47:08 +0200 received badge  Student (source)
2016-10-05 20:45:25 +0200 commented answer how to find a local maximum?

In Sage 7.3, the command is now find_local_maximum.

2016-10-05 19:57:40 +0200 received badge  Scholar (source)
2016-10-05 19:05:17 +0200 commented question initializing value in @interact

Thanks! This worked perfectly!

2016-10-04 21:15:45 +0200 asked a question initializing value in @interact

I am a new Sage user in the process of determining what aspects of previously utilized calculus Maple labs can be converted to Sage. The @interact feature is really interesting. How do I set up an @interact code so that a default value is used for the first use of the program?

My code to create a secant line plot allows the use to enter one input value (x_0) and select a function from a list prior to sliding an h value to modify the image. When the program is first run, the x_0 value shows as *None and I get error messages until I enter a number in place of None. Then the code works fine. Since this potentially is for students, I'd like to minimize the error messages...

Any help would be appreciated.

P.S. I tried to copy and paste my code (and also a screen shot image) into this box, but I am unable to copy from the VM into this program. Did I say I was a new VM user, too? Sigh.

2016-10-03 18:55:42 +0200 commented question Is there any way in a notebook of keeping the page header and menu fixed and only scrolling the working area

Has this question ever been answered? I wonder the same thing. I am a new Sage user, (trying to) use Sage 7.3 in a VirtualBox and struggling with what seems like basic things.