| bio | website | andrewmacfie.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 11 hours ago | |
| stats | profile views | 43 |
|
Jan 25 |
awarded | Yearling |
|
Dec 16 |
comment |
Using the Mathematica front-end efficiently for editing notebooks @Jens only in Mac OS, right? |
|
Oct 25 |
comment |
Good ways to organize and document collections of mathematica notebooks? I'm trying Tabbles these days to perform this task. It's a tag-based file manager. |
|
Aug 18 |
comment |
What is a type in Wolfram Mathematica programming language? "Mathematica ... gets great flexibility precisely from avoiding the use of types." -Stephen Wolfram |
|
Jul 9 |
awarded | Nice Question |
|
Jun 12 |
awarded | Nice Question |
|
Mar 28 |
awarded | Nice Question |
|
Mar 26 |
comment |
Does $x>0$ imply that $x\in\mathbb{R}$? The documentation for Simplify states "Quantities that appear algebraically in inequalities are always assumed to be real." |
|
Mar 15 |
comment |
Why can't I define vector v as having subscripted elements v_1, v_2, v_3…? @murray for sure |
|
Mar 15 |
comment |
shortcut key for traverse command history in a Mathematica session in a terminal? Does the front end have a way to scroll through command history? I know about Ctrl+L, but that's not the same as the up key in the command-line. |
|
Mar 15 |
comment |
Why can't I define vector v as having subscripted elements v_1, v_2, v_3…? @IstvánZachar How so? I'm curious -- could you explain what you mean a bit more? |
|
Mar 15 |
comment |
Why can't I define vector v as having subscripted elements v_1, v_2, v_3…? ...or don't use subscripts. They're used for typesetting, but they're not idiomatic in Mathematica programming. |
|
Mar 15 |
comment |
Opening a context menu (with the Menu key) The problem with this is that a right-click is simulated at the position of the mouse pointer, not on whatever is selected in the Mathematica front end. |
|
Mar 8 |
awarded | Promoter |
|
Mar 8 |
comment |
How to copy hyperlink addresses using the keyboard @celtschk I don't think so. The right-click code knows what was right-clicked, but I'm not sure how the keyboard-shortcut code would. |
|
Mar 7 |
comment |
WYSIWYG table creating and editing Do inline math cells have to be copied in? |
|
Mar 7 |
accepted | WYSIWYG table creating and editing |
|
Mar 7 |
comment |
How to copy hyperlink addresses using the keyboard It's possible, if one has no other option, to Show Expression (Ctrl+Shift+e) and copy the address from there. |
|
Mar 7 |
comment |
How to copy hyperlink addresses using the keyboard Well, there's more than way of inserting a hyperlink into some text. For example, one can create a hyperlink with Hyperlink and then copy and paste it into the text, or one can select some text and create a hyperlink using the menu. In those two cases, Ctrl+c, Ctrl+v either copies a large TagBox expression or just the text of the hyperlink, not the address (URI). I now see that one possible solution might be to copy the TagBox expression and then use another program to replace the clipboard contents with the hyperlink address, which is inside the expression. |
|
Mar 6 |
asked | How to copy hyperlink addresses using the keyboard |