Community Profile

photo

Jennifer Garrison


Last seen: mer än 2 år ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

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

mer än 4 år ago | 1 answer | 0

1

answer

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

mer än 4 år ago | 1 answer | 0

1

answer

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

mer än 4 år ago | 3 answers | 1

3

answers