User Portlet User Portlet

Discussions
Removed by poster.
Many thanks' Hans! That was the exact form I had for my routine, but I was making an error in entering the subject name.
Specifically, I would like to load a set of packages in a specific order,
When you closed your notebook without saving did you have another notebook open? Or a Help page? Closing a notebook is not the same as closing a Mathematica Session. If you want to start over then close everything and start a new Session. I just...
You can't use the Attributes function for that purpose. But you can write statements similar to what you have setting the conditions for x to True, Then you can use them as Assumptions in Simplify and similar statements, or in Assuming or in...
Francis, I don't think that my solutions to your examples contain 'pages of extra code' over your presentations in your earlier posting. To me they seem about the same length or maybe even shorter. And they work. In my opinion it's not good practice...
But Global Magnification is going too far for me. How would one just change the Magnification of documentation notebooks?
David, I have a well developed tensor program, Tensorial, that I could share with you. It has all the standard processing of tensor index notation. And I have another solution, which is even better if you are interested in the mathematics of...
You are misunderstanding how Rules work. It would go more like this: expr = -1 + 2 Subscript[\[Lambda], 1]^2 Subscript[\[Lambda], 2]^4 - Subscript[\[Lambda], 1]^4 Subscript[\[Lambda], 2]^8 /. {1 - 2 Subscript[\[Lambda],...
I like Hans Dolhaine's example. He does his calculation entirely in a vector notation. There is an alternative method using differential forms that is somewhat easier to follow. I decided to use Hans' example to illustrate the differential form...