symsum wave harmonics along a string
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
PLEASE CLOSE THIS
2 Commenti
Risposte (2)
Walter Roberson
il 17 Mag 2015
In order to use symsum() you would need to be using a symbolic formula with at least one symbolic variable in it. There is nothing in your definition of u that is obviously a free variable. Is w_n your free free variable? Perhaps, but you have written your Fw_n in terms of w_n and tau with tau not defined.
7 Commenti
Walter Roberson
il 17 Mag 2015
Your first sin() appears to have x subscript s. What is that? Your second sin() has x without the subscript, and I cannot assume that x(s) and x are the same because if that were the case then your two sin() terms would be the same and you would have written the expression as sin^2() rather than as two terms.
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!