Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2787 > unrolled thread
| Started by | mfduqued <mfduqued@gmail.com> |
|---|---|
| First post | 2011-05-29 11:38 +0000 |
| Last post | 2011-05-31 11:46 +0000 |
| Articles | 2 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
FullSimplify with functions owner mfduqued <mfduqued@gmail.com> - 2011-05-29 11:38 +0000
Re: FullSimplify with functions owner mfduqued <mfduqued@gmail.com> - 2011-05-31 11:46 +0000
| From | mfduqued <mfduqued@gmail.com> |
|---|---|
| Date | 2011-05-29 11:38 +0000 |
| Subject | FullSimplify with functions owner |
| Message-ID | <irtb8i$pmd$1@smc.vnet.net> |
Hi Community, I have an equations' system 8 x 8. I can to solve this system with FullSimplify[LinearSolve[Matrix,Vec]] but their solutions (theta, gamma, epsilon) are very large. I do some functions (f1[x_,y_,z_], f2[x_,y_,z_], f3[x_,y_,z_], f4[x_,y_,z_], f5[x_,y_,z_]) and I like to use these functions. How can I do that FullSimplify replaced these functions at solutions and to obtain solutions like (f1[theta, gamma, epsilon]))? Thanks for your help and your suggestions
[toc] | [next] | [standalone]
| From | mfduqued <mfduqued@gmail.com> |
|---|---|
| Date | 2011-05-31 11:46 +0000 |
| Message-ID | <is2ke5$qmo$1@smc.vnet.net> |
| In reply to | #2787 |
On 29 mayo, 06:38, mfduqued <mfduq...@gmail.com> wrote:
> Hi Community,
>
> I have an equations' system 8 x 8. I can to solve this system with
> FullSimplify[LinearSolve[Matrix,Vec]] but their solutions (theta,
> gamma, epsilon) are very large.
>
> I do some functions (f1[x_,y_,z_], f2[x_,y_,z_], f3[x_,y_,z_],
> f4[x_,y_,z_], f5[x_,y_,z_]) and I like to use these functions.
>
> How can I do that FullSimplify replaced these functions at solutions
> and to obtain solutions like (f1[theta, gamma, epsilon]))?
>
> Thanks for your help and your suggestions
Hi community
In this moment I solve this problem with the an user=B4s help
The solution is
firstcomponentsolution/.{x_*y_*z_->f1[x,y,z],x_*y_+z_->f2[x,y,z]}
Do anyone know a better solution?
Thanks to user.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web