Community Profile

photo

Jennifer Garrison


Last seen: plus de 2 ans il y a Actif depuis 2019

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


Multiplying a function stored in a function handle by a constant
fBasis = { @(x)sin(x) , @(x)sin(2*x) , @(x)sin(3*x) } p = [2, 0, 0.5] end code Your function would return the handle to a fun...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


BLAS Loading Error?
I have successfuly ran this code in the past: a=2.42; v1= [-a/2; -sqrt(3)*a/2]; v2= [a; 0]; [x,y] = meshgrid(-15:15,-15:15);...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Plotting a 2D crystal lattice from two primitive lattice vectors
I am trying generate a plot of a crystal lattice based on two prmitive lattice vectors: v1= -0.5i + -sqrt(3)/2j v2= 1i where ...

plus de 4 ans il y a | 3 réponses | 1

3

réponses