Group Abstract Group Abstract

Message Boards Message Boards

How to use Reduce to find com

Posted 12 years ago

I tried to solve the following set of equations $$- v_+ = C_1 \sinh (C_2) \\ -v_+ = \sinh(-s_+ q + C_2), $$ where $v_+$, $s_+$ and $q$ are constants and I try to solve for $C_1$ and $C_2$ using this code line - Solve[-vplus == C*sinh[B] && -vplus == C*sinh[-S*q + B], {C, B}] But I get this message - Inverse functions are being used by Solve, so some solutions may not \ be found; use Reduce for complete solution information

How can I use Reduce here to get complete solution?

POSTED BY: Omer Tzuk
3 Replies
POSTED BY: Nasser M. Abbasi
Posted 12 years ago

Thank you very much for the corrections Nasser! It does though give me a message that this equations cannot be solved with the methods available to Solve. But I don't understand from the explanations which of the other functions can solve this type of system of equations..

Attachments:
POSTED BY: Omer Tzuk
POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard