Skip to main content

Questions tagged [system-variables]

3 votes
1 answer
88 views

I have stumbled upon a very strange interaction of the system variable $InputFileName when using SetDirectory and ...
Michael Haring's user avatar
0 votes
1 answer
163 views

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
121 views

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
79 views

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
244 views

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

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

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

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
100 views

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
168 views

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
304 views

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
  • 5,023
1 vote
1 answer
250 views

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
112 views

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

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
1 vote
1 answer
412 views

I have an algorithm that works for a Tri-Diagonal matrix in Mathematica, but I need a good way to build my starter matrix A. It's a 20 variable system (and will be a 200 variable system once I get it)...
Bogus's user avatar
  • 25

15 30 50 per page
1
2 3 4 5