User Portlet User Portlet

Discussions
Hello everyone, Is it possible to use the **DSolveChangeVariables** function to reduce the following PDE? D[f[t, x], t, t] == a^2 D[f[t, x], x, x] + b Exp[c f[t, x]] Regards, Sinval
Hello everyone, I installed version 14.2 and the FF function does not work when I import 2D DXF files. It returns a blue square. In version 14.1 this problem also appears. In previous versions it works normally. I used the codes below: p1 =...
Hello everyone, I installed version 14.2 and a Stylesheet I created did not work correctly like in other versions. The page background color I defined is not applied. I use the following code to create the Stylesheet: CreateDocument[...
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...