About 50 results
Open links in new tab
  1. Mathematica: Extract numerical value when using Solve

    Aug 23, 2011 · Mathematica: Extract numerical value when using Solve Ask Question Asked 14 years, 7 months ago Modified 14 years, 7 months ago

  2. Get mathematica to simplify expression with another equation

    Nov 12, 2011 · Get mathematica to simplify expression with another equation Asked 14 years, 5 months ago Modified 14 years, 5 months ago Viewed 21k times

  3. Symbolic Matrices in Mathematica with unknown dimensions

    Apr 28, 2017 · Is there a way to do symbolic matrix algebra in Mathematica for matrices where the dimensions are unknown? For example, if I have an MxL matrix A and an LxN matrix B, I would like …

  4. Is there a way to clear everything before starting in Mathematica ...

    Apr 28, 2016 · 17 In MATLAB there is the function clear to delete all current variables. This is very useful if you start something totally new and don't want to get conflicts with earlier calculations. I'm …

  5. How to declare variable in Mathematica and use them later

    May 4, 2018 · 1 I am very new to Mathematica and I was curious about how one can declare variable and use them later in function. I tried to do as below but I'm getting empty result in Graph Here I've …

  6. Mathematica: How to obtain data points plotted by plot command?

    Jul 25, 2016 · When plotting a function using Plot, I would like to obtain the set of data points plotted by the Plot command. For instance, how can I obtain the list of points {t,f} Plot uses in the following s...

  7. What do the # and & symbol signify in mathematica?

    May 20, 2019 · I'm struggling to make sense of the following output of an integral in mathematica: Root [c#1^4 + a #1 + b & 1] What exactly does this mean? I've looked up the documentation for # and & …

  8. git - Version control of Mathematica notebooks - Stack Overflow

    Mathematica notebooks are, of course, plaintext files -- it seems reasonable to expect that they should play nice with a version-control system (git in my case, although I doubt the specific system matters).

  9. ForEach loop in Mathematica - Stack Overflow

    In Mathematica, there's usually a dozen ways to do everything, which is sometimes beautiful and sometimes frustrating. With that in mind, consider your second example:

  10. How to insert a column into a matrix, the correct Mathematica way

    Jul 17, 2015 · How to insert a column into a matrix, the correct Mathematica way Ask Question Asked 14 years, 6 months ago Modified 10 years, 8 months ago