Mathematica vs. Comsol for finite element analysis?
Mathematica Syntax Coloring in GitHub README
HoldPattern vs Unevaluated
Who is to blame: parsing UTF8 encoded JSON HTTPResponse fails
Number elements in a list
Fill a sphere above an arbitrary curve
is it possible to change/customize some conversions done by TeXForm?
Mathematica vs. Comsol for finite element analysis? Being relatively new to finite element analysis, I was wondering how expert users assess Mathematica's capabilities in solving PDEs via the finite element method compared to other commercial tools ...
- asked by Alexander Erlich (13 votes), answered by Alexei Boulbitch (7 votes)
Mathematica Syntax Coloring in GitHub README https://mathematica.stackexchange.com/questions/153836/mathematica-syntax-coloring-in-github-readme
GitHub doesn't auto-detect and color Mathematica code in its markdown. Can we make it do so? This may be trivial, but many README files don't seem to have it.
- asked by b3m2a1 (10 votes), answered by b3m2a1 (13 votes)
HoldPattern vs Unevaluated https://mathematica.stackexchange.com/questions/153844/holdpattern-vs-unevaluated
For learning purposes I created this code: {g, 3*(10 + g)} /. HoldPattern[Plus[t__]] :> (Plus[t] /. g -> h) I am learning about HoldPattern. As I understand it HoldPattern makes sure that the ...
- asked by GambitSquared (8 votes), answered by Mr.Wizard (9 votes)
Who is to blame: parsing UTF8 encoded JSON HTTPResponse fails Background V11.1.1 I'm using URLRead to fetch some data, can't show everything but headers contain: "content-type->application/json; charset=utf-8" and body (returned from URLRead) contains ...
- asked by Kuba (7 votes), answered by Alexey Popkov (5 votes)
Number elements in a list https://mathematica.stackexchange.com/questions/153951/number-elements-in-a-list
I'm trying to learn more about list replacement without using Table. I have a list like this: list = {{{"a", "b", "c"}, {"d", "e", "f"}, {"g", "h", "i"}}} Now, I want to modify the list elements, ...
- asked by holistic (7 votes), answered by MarcoB (9 votes)
Fill a sphere above an arbitrary curve https://mathematica.stackexchange.com/questions/153994/fill-a-sphere-above-an-arbitrary-curve
I have a function which generates a curve on the surface of a unit sphere, parameterised by the azimuthal angle. How can I plot a sphere with two different colour above and below this curve? f[t_] := ...
- asked by Tom (6 votes), answered by Kuba (9 votes)
is it possible to change/customize some conversions done by TeXForm?
I use TeXForm to convert output of some computation to Latex. I'd like to ask if there is a way to override/change/customize some of these conversions, related to just the name Mathematica assigns to ...
- asked by Nasser (6 votes), answered by jkuczm (7 votes)