sinus de pulsation a
Ecrire une fonction sinat qui prend en entrée un vecteur t (de valeurs croissantes) et renvoie un vecteur y de de même dimensi...
3年以上 前
解決済み
QWERTY Shift Code Decoder
Decode a string encoded using the QWERTY shift code.
QWERTY shift code is where the message was touch typed but with an offse...
4年弱 前
解決済み
QWERTY Shift Encoder
Encode a string using the QWERTY shift code.
This code is where you touch type but are offset by one character to the right.
...
4年弱 前
解決済み
Weighted average
Compute the weighted average Y, of the vector A, given the weight vector W.
The weighted average is the sum of the dot produc...
5年以上 前
解決済み
Calculate the sum of two polynomials
Calculate the sum of two polynomials if they are written in notation with their coefficients.
example:
a=[3 4 5];
b=[...
5年以上 前
解決済み
Concatenated roots
Which is the value of this infinte concatenated roots?
<<https://s27.postimg.org/i4hkin7xf/Code_Cogs_Eqn.gif>>
Note: If ...