Recent content by DanielT29

  1. D

    How to Write a C Program for DNA Sequencing?

    I just saw what my edit did my bad guys, for some reason I can't edit it out:S can a mod delete this thread.
  2. D

    How to Write a C Program for DNA Sequencing?

    I know my documentation, I was wondering after its done reading one line, it goes automatically goes to the next right? Does it know again that its reading the sample ID?
  3. D

    How to Write a C Program for DNA Sequencing?

    We never learned malloc yet, and yes we learned about printf and scanf, but we didn't emphasize much on redirection. I will go over it myself, but what is the format used for redirection, C code wise. I know without u have to use FILE*(file name), (filename) = fopen(filepath), and same with...
  4. D

    How to Write a C Program for DNA Sequencing?

    Guys I need major help with this assignment to be written in C code. I'm a beginner at this, so please explain what I should do in detail. Thanks! Caveat The solution to this assignment should be a C program necessarily structured as a main function. The problem Suppose a DNA strand...
  5. D

    Algebra - involving equations of lines and planes

    Ahh haa, thanks. So it would be: (k+1)(-3)+(3k+1)(-10)+(k-3)(-5) = 0 Then solve for k, so in this case there's is only one value for k..unless I did the parallel one wrong. Can you check this out for me. If you apply the dot product for being parallel then the it should equal 1 or -1. But I...
  6. D

    Algebra - involving equations of lines and planes

    O, thanks. Um just a small question what did you mean by their "slope" components? Did you mean something like this k+1/-3 =0 3k+1/-10 = 0 k-3/-5 = 0 If you did can you tell me how you got that, cause i thought dot product was multiplication of components of a vector, but I guess doing it both...
  7. D

    Algebra - involving equations of lines and planes

    Homework Statement Hi guys, I was helping a friend in grade 12 with his Linear Algebra, when I got stumped on some questions I wasn't quite to sure of. I forgot some of my old linear algebra so I need you guys to help me out:) Here's the question: 1)The two line with equations L1: r =...
  8. D

    Engineering Follow me becoming and Aerospace Engineer

    Hm, thanks for the good advice. I guess I will do my masters in what I like. My university does give us some basics on business as well, such as economics. For my masters I was thinking of doing one in aerospace engineering but more into the the engineering physics aspect, and doing research in...
  9. D

    What are the key definitions in Linear Algebra?

    That explanation was very good, so basically Ax becomes lambda times x, when x is an eigenvector... does this imply the eigenvalue can be a matrix? Slider can you give me hints to the questions you asked, I'm still a bit sketchy on algebra terms, I'm pretty much a novice at this can you answer...
  10. D

    What are the key definitions in Linear Algebra?

    So you have a eigenvector, and when you factor a certain scalar out is that the eigenvalue then? But then in that case you can factor any number out and say its an eigenvalue what am i missing in this..or is it that you can't factor an eigenvalue out, you have to use that equation with lambda...
  11. D

    What are the key definitions in Linear Algebra?

    so eigenvalues are values you can multiply a matrix with, without causing the vectors within the matrix to rotate? Can't that be done with any scalar multiple?
  12. D

    Engineering Follow me becoming and Aerospace Engineer

    Hey, I'm currently working on my aerospace degree at an university in Canada. I was wondering if it's better to get a masters in business management after, since I hear management is where the money is or should I pursue a masters in aerospace itself or physics. I want to design air/space crafts...
  13. D

    What are the key definitions in Linear Algebra?

    Thanks that clarified things, I'll leave this thread open if people want to post any helpful sites, or elaborate more, once again I can't thank you enough guys.
  14. D

    What are the key definitions in Linear Algebra?

    What did you mean the rotation of R^2? Did you mean a vector in R^2 or the space itself. Can someone also explain me briefly what a subset is thanks guys.
  15. D

    What are the key definitions in Linear Algebra?

    When you mention the definition of linear independent saying how av1+bv2+...zvn=0, which means a ,b...z must all equal zero, wouldn't this go for every vector then? So every vector would be linearly independent? What am I missing from your explanation if you can explain this thanks. For...
Back
Top