Program Definition and 1000 Threads

  1. Q

    Need Help with VB Program Implementation | Troubleshooting Tips Included

    Hi :), I am trying desperately to make this program work. The original program: http://www.javaworld.com/javaworld/jw-08-1998/jw-08-step.html?page=2 works fine. When I tried to implement it in VB the whole thing works except there are no macroscopic features - as you can see its...
  2. A

    Physics Physics master program at Stony Brooks.

    Hello! I am a master student in France. With a good curriculum after a double undergraduate program between Brazil's best physics program and a France's top engeniering school. I applied to several PhD programs for this fall and the only acceptance I got was at SUNY Stony Brooks for a MA...
  3. I

    Schools University of Toronto Math/Physics Specialist program

    Hi, I'm a high school senior from Canada. I have applied to some well known Universities in the Us, namely: MIT, Princeton, Harvard, Stanford, and Dartmouth. But MIT has already rejected me and I think that I may end up going to UofT (I've already been accepted there). I am interested in...
  4. Saladsamurai

    Calculators Ti BASIC User defined fucntion use in a program

    I am trying to figure out why Ti BASIC is the worst language ever. Every other language, if you want to use a user defined function within a user defined program, you simply write the function above (or below) the sub routine and then you can call it to your hearts delight...why is Ti BASIC...
  5. Q

    Reccomend a stellar database for my software program?

    hi. I'm creating a game where the main part is exploration. i want a database with the milky way's stars (though I'm not sure how many stars my program will be able to handle at this point) and for the other nearby galaxies i would randomly generate such a database of stars for those galaxies...
  6. K

    So it seems that GAP can do it..Identifying Groups in GAP: A Tutorial

    Hi... I need a program that can give me all the subgroups of a group that I define. I also need it to give me the names of the subgroups as per some predefined library. I tried GAP. It gives me the subgroups, but each subgroup is represented by a list of generators. There seems to be no...
  7. C

    Allocating specific computer resources to a program

    Hi everyone, I'm not a computer scientist by any stretch, so I really apologise if this is a stupid question. This is my situation: I'm trying to help out one of my colleagues who has written a highly numerically intensive program which consumes RAM. He now has a large number of...
  8. T

    Comp Sci Borland C++ programming quistion, what's wrong with my program

    This program is supposed to add 2 integers ,according to the compiler, there are 2 warnings and 1 error ,the error is (undefined symbol' end') the warnings are 'sum' and 'y' are declared but never used here is the program : # include <iostream> # include <conio.h> intmain() { int x; int...
  9. S

    Program that will draw a(t) knowing x(t) in SHM

    A few days ago I carried out an experiment about Simple harmonic motion. In the attachment I added the scheme of the laboratory. I have collected the following data : time(s), displacement(m), velocity(ms-1) I can obviously plot the graph of x(t). However, the next task is to draw a graph...
  10. Saladsamurai

    Calculators Keeping my Ti89 Program from being transferred

    So let's say that I make some super awesome program in Ti Basic. I then pass it on to a friend. Let's now say that I would like to keep this person from passing it on to others. There must be some way I can do this (aside from asking nicely :smile:).
  11. Ƒ

    Fortran Simple Fortran Program With Random Numbers

    I have been busy trying to generate, using FORTRAN's random number generator, random x and y co-ordinates which follow a simple pattern such as x2-100x, but for some reason the FORTRAN compiler prints nothing. Anybody want to help me with this problem? program quadraticdistribution...
  12. M

    C/C++ Fixing a C++ Program Error: Negative Square Root

    hi there, i have written a small program in C++ and if the user puts in the wrong values for some of the variables the operation will end up trying to square root a negative number and this returns that the answer is not a number can anyone show me how to write an if function that if...
  13. M

    Current EE Student looking for Nanotech grad program suggestions

    Hello, everyone. I am currently in an EE program with an expected graduation date of June 2012, and I am getting a better idea of what I want to be doing later down the road. I have decided that I want to pursue graduate studies with Nanotechnology. I am mostly interested with nanotech...
  14. H

    Program that can steganograph a picture (BMP)?

    can anyone write a program that can steganograph a picture (BMP)? or any seggestion?
  15. H

    Write a Program to Multiply 2 Numbers (w/o Long Ints)

    Can anyone write a program that multiply two( for example 157 digits) number? (without using long integers or ...)
  16. N

    What Software Can Simulate Light Reflection for a Solar Heliostat Project?

    Does anyone Know a program that can simulate light reflection in a 3d environment, to help me in my project "Solar Heliostat". I want the program to determine the angle of reflection and the size of the beam of light on the desired target.
  17. E

    Which Online Physics Degree Programs Are Best for Single Parents?

    Hi all, I am a student at university of phoenix, and I am unhappy with the technology information systems degree I am taking so I want to transfer to physics. I want to teach physics someday starting at a high school level. I was mislead by my counselor the only thing they really have I can...
  18. A

    Mathematica Mathematica - running interactive program

    Hi I intend to use a interactive program I have written in mathematica in a presentation. But it has become apparent that I may not have internet access when giving this talk, my license only allows me to open mathematica when I am connected to the web. Is there any programs that will allow...
  19. W

    What Is the Error in My Program and How Can I Fix It?

    hye everyone...this program have an error.. #include<stdio.h> #define MAX 10 struct book { char title[81]; char author[71]; char category[31]; }; int main() { struct book library[MAX]; int menu(void); struct book add(void); void list (struct book, int); int...
  20. L

    Transfer Student-> Engineering/Physics Program

    A little bit about my academic record: - My average in my freshman, sophomore, and junior year of high school was only 72. - My average in senior year was a 96.4. - I scored 90+ on all but 1 of my regents. - I'm currently going to Queens borough Community College and this is my first...
  21. D

    Finite Element Analysis Program

    I am on a research project where I am finding the heat capacitance and thermal conductance of a material and would like to simulate it on a larger scale as material for heated flooring. Is there a program where I can do a looping heating pipe at a set temperature and show the conductance of the...
  22. J

    Top Statistics Program: How to be a strong candidate?

    Hey everyone! Spring semester recently started for me and I am really getting stressed out as I am trying to lay a solid plan for my future. First, a bit of information about myself: Sophomore honors student at a pretty decent state school. B.S. in Mathematics and Economics (4.0 GPA in...
  23. C

    Are There Any Evening Physics Programs in North Carolina?

    I live near Charlotte, NC and work as a .net programmer. I would like to get an undergraduate physics degree to couple with my BS(MIS) degree. The only problem is that I can't find an evening program. I have checked with UNCC, UNCG, Wake Forest, and several others. Does anyone know of any...
  24. N

    Comp Sci Solving a Program to Break Words into Chunks

    Homework Statement Hello, I am having trouble with this program. I would not need a complete code.. but instead just some words that would point me in the correct direction.. or how you would go about solving it. This is the problem. The file contains lines like the following...
  25. CFDFEAGURU

    Have You Tried wxMaxima for Tensor Manipulation in General Relativity?

    Hello all, I came across this free math program, wxMaxima, in a General Relativity textbook. I downloaded it and got it working (very simple to do) and I read some of the history of its development in the DOE (Department of Energy). It appears to very good at tensor manipulation. Has...
  26. D

    Program to create trees(binary)

    Hi all, Im doing my final year project on black derman and toy model and for those who know about it, its a binary model. Ive tried to use visio but it was a failure since i had to create eqns using microsoft eqn editor then place it on the visio tree My problem here is to create nice binary...
  27. Totalderiv

    Illinois Institute of Technology Undergrad Physics Program questions

    Hey, I was wondering if anyone on this forum has gone to Illinois Tech for Physics, or has visited there. How's the physics program there?
  28. W

    Comp Sci How Can You Track the Path of a Destruction Droid in C++?

    Homework Statement Problem Destruction Droid Introduction Life was easy and happy on the third moon of Sirius 8: people lived and worked in the many peaceful colonies. However, the Klingon Empire decided to extend its control to this part of the galaxy: they landed a Destruction DroidTM on...
  29. T

    Is there any program I could download to display my CPU temperature?

    Right now, I can only view my CPU temperature in the BIOS menu. I can view my GPU temps in the ATI catalyst control center. I cannot view my CPU temperatures in windows vista home premium 64-bit. Is there any program I could download which would allow me to view my CPU temperatures in...
  30. S

    Letter of Interest for an REU program?

    Hi all, I am in the process of applying for a few REU programs for this upcoming summer. Right now i am facing difficulties compiling the letter of interest. So, i thought someone here, who has enough experience, might point me to the right direction in terms of what are some of the most...
  31. E

    Questions regarding to UoT's Engsci program

    Hello guys, i am new here. Currantly, i am in grade 12 IB in vancouver. And after first term, i got 99 in math, 100 in chem, 97 in physics and 66 in english. However, since i have been in Canada for only 3 years up to now and my first language is not english, what's my chance to get into U of...
  32. marcus

    Reinforcing the Loop Program: 3 New Papers

    Three new papers appeared this week which strongly reinforce the Loop program. 1. The Ashtekar Sloan paper shows inflation favors the Loop early universe. Loop cosmology makes an adequate (60 e-folds) inflation episode overwhelmingly more likely, without special tuning, than is classically...
  33. fluidistic

    Fortran Simple program in Fortran, I get an error

    It's not an assignment. Rather I'm trying to learn back some fortran. I've found a website with some simple problems to do, that's where I got this one. See the first problem of this page : http://www.chem.ox.ac.uk/fortran/. Here's my program : Program vasy implicit none Integer ...
  34. C

    Grad Student Seeking Geology Program Switch: Chances & Considerations

    Hello all... First, let me say that I am currently a graduate student in mathematics who would like to change graduate programs to something involving geology. I've always been fascinated with the internal Earth and how it behaves. To me, this seems like a big jump. My questions are the...
  35. R

    Is there a computer program to extract values from a video?

    is there a computer program to extract values from a video? (like size, speed of an object, dimensions, etc.)
  36. Z

    What Classes Should I Take for a Physics Transfer Program?

    I am going to a transfer school for 2 years and then transferring to a better college to ultimately get my doctorate and do research in particle physics, what classes should i take during the 2 years in the basic school? Am I supposed to just take basic courses such as english and math or do I...
  37. T

    Gradshteyn and Ryzhik integral program

    Hi everybody, I have heard that a program for solving integrals goes around under the same name as the well known book of Gradshteyn and Ryzhik. I have heard it is quite powerful. Anyone have any idea where I can find it?
  38. 1

    QBasic problem , simple output program

    Does anyone know QBasic here? (cuz it is very uncommon) Here I have got simple output problem using loop. How do I accept a word(any) and print it like this(attached) We can use Nested loop,Left$ ,Right$ MID$,and blanks( please don't go into more complex functions because I haven't...
  39. P

    Program for Traces of Dirac matrices

    Hi all, I want to calculate traces of Dirac matrices with a program like Mathematica. I found the package FeynCalc but it seems to be outdated. It is always producing results like this: 4 (-(DiracCanonical->False) (Factoring->False) (FeynCalcInternal->True) g^(mu nu)...
  40. D

    Programs Master's from long ago abandoned PhD program?

    I'd like to earn a Master's, without starting from scratch, taking the whole bunch of classes again. In the 1980s, I had been in the PhD physics program at a large midwestern university. After passing the PhD qualifier and spending a year as a technician at a major research lab, I left...
  41. S

    Programs Apllying to PHD math program with only a BA

    Hi, I currently have a BA in math, and wish to pursue a PHD. My questions are how common is it to go straight from a BA to a PHD program, and would I be better off applying to a MA, or MS program and then transfering to the PHD program? Thank you, Chris
  42. P

    Should I enroll in a low ranking MBA program?

    I spend a year in an EE PhD program and decided it wasn't for me. I took a one year leave of absence and I haven't decided if I want to return. I might return but I would like to find a different research group. I am currently jobless and things are looking bleak in the job market. I am...
  43. R

    Comp Sci Generate Random Images with JavaScript: Basic Program Help Needed

    Homework Statement I'm supposed to write a program that upon clicking a command button generates a random number, and displays 1 of 7 images that is associated with the random number generated. Ive been at this for a few hours and can't get the image to change. EDIT: Upon further testing it...
  44. L

    Programs Choosing major program (undergrad)

    Hey everyone. I'm new to this forum, and I apologize for the lengthy question. I would really appreciate it if anyone could take the time to read through and respond. I've been reading a lot of these posts on here, trying to figure out where to go with my studies, but none specifically address...
  45. phoenixthoth

    How to find a grad program by area of interest (math)

    Apart from Google, is there a site that offers the ability to search for (math) grad schools by specific research interests?
  46. G

    Is Skipping Classes Worth the Risk in Engineering Programs?

    Sigh, I'm required to complete two "introduction to the engineering profession" courses, and I hate it. I hate the course so much that I have missed 3/12 classes, but I've still completed the homework. I thought everything was going fine until I realized that one has to complete two of...
  47. E

    Exercise Program Homework: Calculating Jumps & Time Needed

    Homework Statement A 75kg person is put on an exercise program by a physical therapist, the goal being to burn up to 500 food calories in each daily session. Human muscles are about 20% efficient in converting energy into mechanical energy. The exercise program consists of a set of consecutive...
  48. I

    Executing Programs on Microcontrollers & Hexadecimal

    Hi i'm doing a circuits lab in physics at the moment based on programming a PIC16F819 microcontroller. What i don't understand is how the program is executed. I kind of understand that when a pin is logic high voltage then the bit of the number is one and when it is logic low it is zero...
  49. L

    Schools Theoretical Physics Program: GPA Requirements & Chances of Acceptance

    Which do you think would be better for getting into a theoretical physics program: -- a 2.5 cumulative gpa with a 3.5 physics gpa or -- a 3.0 gpa, both cumulative and physics Also, if your gpa is around 3.0 (+- 0.2), what are your chances of actually getting into a phd program?
  50. S

    Help Needed: Creating MATLAB Program for Liquid Solutions

    Hi i'mm needing help creating a MATLAB program to calculate liquid solutions, I'm going to try to explain the program i want, imagine you have to 2 water solution one is water the other one is detergent, what i have to do is to create a code that will allow me to mesure the level of misture...
Back
Top