|
[Date Index]
[Thread Index]
[Author Index]
Coefficient
- To: mathgroup at smc.vnet.net
- Subject: [mg126531] Coefficient
- From: J Jesus Rico-Melgoza <ricomelgozajjesus at gmail.com>
- Date: Thu, 17 May 2012 04:10:54 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Dear members,
I am using the function Coefficient[expr, form] in series such as
x(t)=a+b Cos[t]+c x[t]Cos[t]
I wonder if it is possible to force mathematica to find only the
coefficient b when using
series = a + b Cos[t] + c x[t] Cos[t]
Coefficient[series, Cos[t]]
Sol
b + c x[t]
Regards
Jesus Rico-Melgoza
Prev by Date:
Partition string into length n chunks
Next by Date:
Re: Trying to recursively define a double factorial
Previous by thread:
Re: Partition string into length n chunks
Next by thread:
Re: Coefficient
|