Skip to main content

Questions tagged [findinstance]

4 votes
3 answers
215 views

In a question on Mathematics SE, a comment observes that Mathematica 14.3 reports non-solvability of (a relaxation of) the given problem Is there an odd $a \neq 1$ s.t. $2^k + 1 | a^k - 1$ for all $k ...
Eric Towers's user avatar
  • 3,172
5 votes
1 answer
168 views

I have a matrix M = {{-num11/(2*den), num12/den}, {num12/den, num22/(2*den)}}; with ...
Rob's user avatar
  • 698
5 votes
1 answer
170 views

I have a rather large rational expression exp involving real variables $x_1, x_2, \dots, x_{10}$. The expression is of the following form ...
Rob's user avatar
  • 698
1 vote
2 answers
195 views

I am doing a research into magic and quasimagic squares and I want to get instances with the function FindInstance. This is a template of the command used for the 4x4 square: ...
Giovanni Russo's user avatar
3 votes
4 answers
278 views

FindInstance has difficulty computing more than one solution to this type of trigonometric inequality: $$\arccos(\cos(\theta_1 - \theta_2)) + \arccos(\cos(\theta_2 -...
Andy Ayr's user avatar
  • 2,687
3 votes
3 answers
277 views

I am looking for integer solutions of $$a^3 + b + 1 = (b^2 - c^2)^2$$ Some solutions are $$(a, b, c) = (6,8,7); (46,7,19);(665, 8575, 8584)$$ I tried this with the FindInstance command as ...
Moo's user avatar
  • 3,638
0 votes
1 answer
108 views

I am trying to use FindInstance to find a solution to a system of equations. It does not return the empty set, but instead continues to run. Does this mean that there is no solution? Or perhaps I am ...
Important_man74's user avatar
4 votes
3 answers
463 views

Why is FindInstance not able to find any instance when random substitution finds them very quickly. ...
azerbajdzan's user avatar
  • 37.7k
1 vote
2 answers
231 views

This one is seemingly not that complex, yet I am not getting Mathematica to return a solution in a timely manner: (I have 2 variables, t - an angle and k a length) ...
Steve237's user avatar
  • 1,747
8 votes
3 answers
749 views

Edit: Appended work to find generators for any number as per azerbajdzan and ubpdqn. See below Ran into this problem and was wondering if there is a more elegant and concise way of coding this if ...
josh's user avatar
  • 2,749
2 votes
5 answers
448 views

I was trying to find a triangle whose side lengths are all positive integers and area is rational number (similar to Heronian triangle) with FindInstance, but it ...
138 Aspen's user avatar
  • 2,384
1 vote
1 answer
104 views

I am trying to find the total number of solutions to: Floor[x]*Ceiling[x]=x^2 between 0 and 100 Now when we do this for Integers, it's just fine with a 100 result: ...
Steve237's user avatar
  • 1,747
3 votes
2 answers
350 views

Trying to solve this equation: ...
Steve237's user avatar
  • 1,747
1 vote
1 answer
167 views

Do you think FindInstance should have found this solution? ...
Nasser's user avatar
  • 157k
0 votes
0 answers
80 views

This is my matrix: H = {{2*a1*p4, -p5*a2, p3*a1, 0},{-p5*a2, 2*a2*w1, -p2, -p1},{p3*a1, -p2, 2*a3*w2, 0},{0, -p1*a4, 0, 2*a4*w3}} Where a1,a2,a3,a4 are non-...
SHR's user avatar
  • 1

15 30 50 per page
1
2 3 4 5 6