Community Profile

photo

Jennifer Garrison


Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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);...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 4 años hace | 3 respuestas | 1

3

respuestas