User Portlet User Portlet

Discussions
Adam-- In your code you were extracting the solution to solve, which turns out to be a row vector with dimensions 1,2: solve = NSolve[{x - y == 1, 2 x + y == 1}]; Dimensions[solve] Your extract function was trying to pull the second...
I think I way over-analyzed this. The easiest way to do what I want is with a simple MapThread: Ns = {"Co60", "Co61", "Co62", "Co63"}; (*Set the array of constants up*) \[CapitalGamma]Vals = ...
I am analyzing matrices of functions and am not getting a very clear visual of the tick marks when I export my graphs in mathematica 9. I have a frame with vertical axes displaying separate values. The ticks and values change with every function, but...
MinHsuan, That's probably the most basic solution that I could have asked for. Thank you for the help. I suppose I actually need to sit down and finish my making my results look nice. While we're at it, does anyone really have any preference on what...