Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 782192

This tag indicates that several equations (of some type) must all hold. Do not use alone! Use in conjunction with (linear-algebra), (polynomials), (pde), (differential-equations), (inequalities) or another tag that describes the nature of the equations being considered.

0 votes
2 answers
62 views

System of two equations with two unknowns and one parameter

I need to solve this system of two equations for $x\in[0,0.5]$ and $y\in[0.5,1]$, leaving $b\in[-1,1]$ as a parameter in the solutions. \begin{cases} 6x^2 b-y(2+(-2+y)b)-2x(-2+(2+y)b)=0\\ -2+y(4-6b)+b …
fennel's user avatar
  • 35