User Portlet
Discussions |
---|
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. ... |
Comparison between the derivatives of the symbolic function and the interpolated function: ex = Cos[x]; d = Interpolation[Table[ex, {x, 0 \[Degree], 360 \[Degree], 1 \[Degree]}], InterpolationOrder -> 6]; Plot[{d[t], d'[t]}, {t,... |
Hello, ex = (2*u1 + Sqrt[u2^2 - u3^2])/(u1 - u2 - u3); How do I collect the Strings u1,u2 and u3, from the expression above, in the form of a list? {u1, u2, u3} How to convert this list to the following form: {Subscript[u,... |
In a physics problem, I came across the following triple integral: exp = (r Sin[\[Alpha]] (Cos[\[Theta]] Cos[\[Phi]] Sin[\[Alpha]] - Cos[\[Alpha]] Sin[\[Theta]]))/( 4 (-2 + Sqrt[2]) \[Pi]^2 (p^2 + r^2 - 2 p r... |
I use the procedure below to determine the points of intersection between two tables, but it takes a long time. Does anyone know a procedure that accomplishes this task more quickly? Grateful, Sinval ta5 = Table[s5, {y, 0, \[Pi],... |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/550b770d-3c2f-41ae-9557-2704601a5e5a |
I have the following set with two associations: set = {F1[ 1, {16, 15, 14} -> 1, {17, 18, 20} -> 2, {20, 19, 18} -> 2|>], F2[ 3, {10, 4, 2, 8} -> 4, {5, 1, 3, 4} -> 1, {10, 11, 7, 9} -> 5, {5, 11, 7, 1}... |
Hello, People!!! I created a bar that is docked in the Notebook. I would like to insert this bar in a Stylesheet created by me, so that all notebooks created would load this bar automatically. I created the bar for the current notebook using the... |