use this vector and a mathematical expression to create the following vectors:

4 visualizzazioni (ultimi 30 giorni)
vector is x= [1, 2, 3, 4 ,5]
a)x1=[1, 256, 729, 256, 25]
is this correct? x1= x.*[1,128,243,64,5]
  3 Commenti
John D'Errico
John D'Errico il 2 Feb 2019
Modificato: John D'Errico il 5 Feb 2019
Um, look at those numbers. Perhaps use factor? You need to make an effort. I won't do it for you. But I am willing to at least push you in a reasonable direction.
So think about the prime factors of the numbers [1, 256, 729, 256, 25]. Tell me what you see.

Accedi per commentare.

Risposte (1)

James Tursa
James Tursa il 2 Feb 2019
Yes. It works for me:
>> x= [1, 2, 3, 4 ,5]
x =
1 2 3 4 5
>> x1= x.*[1,128,243,64,5]
x1 =
1 256 729 256 25

Categorie

Scopri di più su Elementary Math in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by