Group Abstract Group Abstract

Message Boards Message Boards

1
|
8.7K Views
|
6 Replies
|
6 Total Likes
View groups...
Share
Share this post:

Solve the following equation f[f[a+b]]==f[2a]+2f[b]?

Posted 6 years ago

how to Solve this eq in mathematica

f[f[a+b]]==f[2a]+2f[b]
POSTED BY: ismail ali
6 Replies
POSTED BY: Todd Rowland

I am afraid there is no general rule to cope with problems of this kind.

POSTED BY: Hans Dolhaine
Posted 6 years ago
POSTED BY: ismail ali

Although mathematica is an extraordinary powerful tool I am afraid that will not work. You have to use your brain.

POSTED BY: Hans Dolhaine
Posted 6 years ago
POSTED BY: ismail ali
f[x_] := 2 x

In[93]:= f[f[a + b]] // Simplify

Out[93]= 4 (a + b)

In[94]:= f[2 a] + 2 f[b] // Simplify

Out[94]= 4 (a + b)
POSTED BY: Hans Dolhaine
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard