Is it even possible to solve $3$ sine equations with $3$ unknowns? I tried to do so, but i always reach a dead end. For example, i have these $3$ equations that I am stuck on:
$2.3 = \sin(2.93a-b)+c$
$1.91 = \sin(3.55a-b)+c$
$1.99 = \sin(3.93a-b)+c$
I've tried subtracting equation $1$ from equation $2$, and then applying various trig rules. However, I didn't solve much this is what I've tried to do so far
If it is not possible to solve a sine system of equations, why is that so?

$$\text{if} \ (a,b,c) \ \text{is a solution, then} \ \begin{cases} (a,b+2p\pi,c)\\(-a,-b+(2q+1)\pi,c)\end{cases} \ \text{are solutions as well} \tag{1}$$
for any $p,q \in \mathbb{Z}$.
$$\begin{cases}2.3 &=& \sin(2.93a-b)+c\\ 1.91 &=& \sin(3.55a-b)+c\\ 1.99 &=& \sin(3.93a-b)+c\end{cases} \implies \begin{cases}\sin(2.93a-b)-\sin(3.55a-b)-0.39&=&0& (Eq. i)\\ \sin(3.93a-b)-\sin(3.55a-b)-0.08&=&0&(Eq. ii)\end{cases}$$
(a 2-variables problem is much simpler to solve...)
$$(a,b,c)\approx(1.333855072239,0.116009111999,2.905658851511)\tag{2}$$
with an infinity of other "cousin" solutions deduced from this one through one of the two transformations given in (1).
Here is a graphical representation of the very intricated curves defined by equations (Eq. i) and (Eq. ii) in the plane with coordinates $(a,b)$. Intersections of red and blue curves give the roots (some of them, all "cousins" of solution given by (2), have been materialized).
One can guess on this graphical representations other solutions, for example this one :
$$(a,b,c)\approx(5.963166188745,4.979302298302,2.37352956047)\tag{3}$$
Matlab program :