Skip to main content

Questions tagged [system-variables]

The tag has no usage guidance.

0 votes
0 answers
44 views

Formal solution to large system of equations using Reduce

I'm trying to solve a large system of equations (there are 12 equations with 12 complex variables, hence I'm expecting to be able to write 12 real components as functions of the remaining). I tried to ...
Fredrigo6's user avatar
0 votes
0 answers
20 views

Is it possible to find a closed-form expression for determinant of the $k+1$-dimensional three-diagonal matrix whose entries obey particular rules?

I have this $k+1$ dimensional three-diagonal matrix in which $k=0,1,2,3,...$. I want to compute its determinant. Of course, for each fixed $k$ it is easy to compute the determinant. My question. Since ...
charmin's user avatar
  • 1,169
0 votes
1 answer
113 views

Solving a system of 8 nonlinear equations

I'm new on Mathematica and have been trying to solve the following system of 8 equations with 7 variable: However, Mathematica takes too much time trying to solve the system. I left Mathematica ...
EeeE's user avatar
  • 1
5 votes
2 answers
70 views

Where is the new System`ConvertersDump`$extensionMappings?

I used to find the extensions mapping from System`ConvertersDump`$extensionMappings, which gives a mapping like "{"*.3ds" -> "3DS"...}&...
RoderickLee's user avatar
0 votes
0 answers
47 views

Identifying the parameter that flips the solution

I have solved a system of ODEs numerically. As the plot shows, the solution SolJx is positive for the parameters I have chosen. However, if you decrease (more ...
NC520's user avatar
  • 479
1 vote
1 answer
162 views

Plot of phase portrait of system of 4D non linear differential equations

While numerically solving ths system of differential equations: ...
Syn1110's user avatar
  • 51
0 votes
1 answer
81 views

Plot phase portrait of a system of ODE

I have the following system of 4 differential equations: ...
Syn1110's user avatar
  • 51
0 votes
0 answers
22 views

Replacing System` definitions in a context whilst still maintaing acces to them [duplicate]

Given the system operator TensorContract I can define a new one, TensorContractLazy with the attribute ...
user3257842's user avatar
2 votes
1 answer
102 views

Composition of functions not working [closed]

I am trying to set a function within a function. What I do is to first create a function with two arguments. Then I would like to set a new function with the same two arguments, in which the previous ...
Rubén Pérez Sanz's user avatar
0 votes
0 answers
66 views

How is it possible that $SystemMemory is set to zero?

For one of my Windows machines (Mathematica 12.x.x, only one of them) apparently $SystemMemory returns 0 (zero). I'm unable to do anything with that, since ...
Andrzej Odrzywolek's user avatar
1 vote
1 answer
118 views

How to obtain numerical solutions of a system of two equations with two unknowns?

I have two equations with two unknowns $-10<x<0$ and $0<y<15$ $$3 y \cosh (4 x) \cos (y)+(2 x+5) \cosh (x) \sin (y)=0,\\3 x \cosh (x) \cos (y)-(2 x+5) \sinh (x) \cos (y)=0$$ I would like ...
user avatar
4 votes
1 answer
215 views

Square root problem

Consider the following code NDSolveValue[{ x'[t] == x[t]^a, x[0] == 0 }, x, {t, 0, 10}] which solves the equation $x'(t)=x(t)^a$, for some exponent $a$, with ...
sam wolfe's user avatar
  • 4,903
1 vote
1 answer
130 views

Programmatically defining variables

I seems as though what I am interested in is unconventional, but I am interested in defining a number of different variables programmatically. For example I can write a matrix of variables by doing: <...
Steven Sagona's user avatar
0 votes
0 answers
70 views

Solving a multivariate polynomial system takes too long

I have tried to solve this system ...
GaSa's user avatar
  • 101
0 votes
0 answers
37 views

Is there a way to automatically store the output of a command to a variable directly?

Generally I do a computation then I have to manually take that number and make it equal to another variable which I define which I can then use to do subsequent computations. Something like this: <...
UppedSolution77's user avatar

15 30 50 per page
1
2 3 4 5