Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.7K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Distribution of an expression

Posted 11 years ago
POSTED BY: djouaher zo
5 Replies
Posted 11 years ago

I have this fonction? f1=Sin[b??(-m^2/a^2 +(m?(k_? ))/ab)] I want to distribute "b ? " into the square to obtain: f1=Sin?(-b^2?^2m^2/a^2 +b^2?^2(m?(k_? ))/ab) After I suppose??=a/b I will have:f1=Sin?(-?^2m^2/?^2 +?^2(m?(k_? ))/?)

My question is : is there a command in mathematica that can give me this result?

POSTED BY: djouaher zo
In[14]:= Expand[Cos[(x + y)^2]]

Out[14]= Cos[(x + y)^2]

In[15]:= Map[Expand, Cos[(x + y)^2], 1]

Out[15]= Cos[x^2 + 2 x y + y^2]
POSTED BY: Frank Kampas
Posted 11 years ago

when I have an expression with cosinus or sinus [ex. b²(1/b²t+cos(b²(s/t²+k/t²))] the "expand" command does not expand terms in brackets after cosinus. How can I do to expand this part?

POSTED BY: djouaher zo
Posted 11 years ago

thanks

POSTED BY: djouaher zo

Expand

POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard