User Portlet User Portlet

Discussions
Hey guys, I'm trying to insert the "FluidLoad" option into the FluidFlowPDEComponent component, but nothing happens. Does anyone know how to do this? I'm using version 14. vars = {{u[x, y], v[x, y], p[x, y]}, {x, y}}; pars = ...
Hey guys Whenever I run the TableForm or MatrixForm functions, in the typeset form of the output, an empty cell appears between the input and the output. Is there any way to disable this procedure? Sincerely, Sinval
Hello everybody. How to create a button for the Evaluate Notebook command? Sinval
Hello everybody, I created a grid, with the TabView function, which has two tabs, but they have different sizes and the TabView function always scales the tab by the one with the largest size. Is there any way to make TabView resize each tab by...
I'm getting different results when solving a differential equation using symbolic and numerical methods. Attached is a notebook for the community to evaluate. Sincerely, Sinval
Hey guys, Is there any way to put expressions to be executed automatically when the notebook starts? For example, among others, I would like the following code to run when a notebook is opened: ClearAttributes[If, HoldRest] Regards, ...
Hello guys I created the procedure below assigning values to variables a, b and c, so that they are protected. When I apply WU, the values assigned to variables a,b and c are not applied. Within the WU procedure, I used the With and Block...
Hello ex= 2.5 x/(y*z) How to proceed to separate the symbol and the number of the expression above in a list of the type: {2.5,x(y/z)} Sincerely, Sinval
Using version 13.2, Mathematica converts degrees Celcius to Kelvins without prompting: {4*Quantity[20, "DegreesCelsius"], C -> Quantity[1, "Kilojoules"]/(Quantity[1, "Kilograms"] Quantity[1, "DegreesCelsius"])} {Quantity[5863/5,...
Hello guys. I want to determine the set of solutions (zeros), for the interval of -8 True, AxesLabel -> Automatic] I tried using the FindInstance function, but after a long wait with no response, I aborted the operation. ...