User Portlet User Portlet

Sander Huisman
Discussions
Look, the fundamental mathematics for the typical number systems you're talking about (the stuff we encounter in k-12 curriculum) defines multiplication and addition as binary operations. It does not define order of operations. It assumes that...
[@Sander][at0], if you have a chance, it would be awesome if you can post your solutions too, in a new post. Great to hear people are using Wolfram to solve these. [at0]: https://community.wolfram.com/web/sghuisman
There is no restriction as to who can report a problematic behavior. There likely are limitations on services e.g. for receiving workarounds from Technical Services (obviously there is no such restriction on Wolfram Community though).
I am running 14.0 and built-in multi-step undo seems to work with small notebooks. With my larger notebook size 30k, 900 lines, I only get one level of undo, sometimes zero. The problem seems to be MemoryLimit = 10,000,000 is too small. It took a...
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your...
yes it is possible use commands Table and TableForm
You can restrict the domain of a function to be plotted with `ConditionalExpression[]`: Plot[ {ConditionalExpression[-2 x - 2, x = 3]}, {x, -8, 8}]
Yes, fairly easy using recent Large Language Models (LLMs): - Mathematica / WL is very well documented - Python has a very good "foot print" on the Web See the attached screenshot. ![enter image description here][1] [1]:...
A new special function: **Srivastava-Daoust** function for **N** variables. Srivastava-Daoust** You can use this function to express: 1.All four **Appell** function 2.**Horn** Function -**34** distinct convergent hypergeometric series of...
Weird. Your way works.