- Get mathematica to simplify expression with another equation
Get mathematica to simplify expression with another equation Asked 13 years, 8 months ago Modified 13 years, 8 months ago Viewed 20k times
- How do I export a higher resolution image of a Mathematica Graph object . . .
As Simon already pointed out, don't use a raster-format for a vector-graphics Instead, export you plot to e g a scalable vector graphics: graph = GraphPlot[ExampleData[{"Matrix", "HB can_292"}, "Matrix"]]; Export["graph svg", graph] The advantage is, that in such an image, you can still adjust and change lines, polygons and colors And finally, you can export it to an image of arbitrary
- Mathematica Module versus With or Block - Stack Overflow
Mathematica Module versus With or Block - Guideline, rule of thumb for usage? Asked 14 years ago Modified 14 years ago Viewed 14k times
- Individual point coloring in ListPlot, ErrorListPlot in Mathematica
Individual point coloring in ListPlot, ErrorListPlot in Mathematica Asked 13 years, 6 months ago Modified 12 years, 3 months ago Viewed 5k times
- Mathematica: Extract numerical value when using Solve
Mathematica: Extract numerical value when using Solve Asked 13 years, 11 months ago Modified 13 years, 11 months ago Viewed 22k times
- Solving vector equations in Mathematica - Stack Overflow
I'm trying to figure out how to use Mathematica to solve systems of equations where some of the variables and coefficients are vectors A simple example would be something like where I know A, V, a
|