Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rk_19
  • In Fortran
  • Content: Threads, Posts
  • Order by date
  1. rk_19

    windows task automation

    Hi, i wish to know if fortran has the following capabilities. refer to the below link about perl . in that case, i dont need to use AUTOIT - fortran will serve my purpose. https://www.perl.com/pub/2005/08/11/win32guitest.html/#author-bio-george-nistorica
  2. rk_19

    windows task automation

    gsal/xwb, thanks for the suggestions.. i am working on windows env... whats your take on learning AUTOIT for my requirement.
  3. rk_19

    windows task automation

    hi xwb, i dont know any programmng lang other than fortran, so i wish to know if i can survive with fortran for my requirement.
  4. rk_19

    fortran (system commands)

    hi, i wish to know if fortran has commands like 'winwait' , 'winwait active' (i found these commands in Autoit) which can be used to run/automate windows applications. i am looking for developing a code which can run a third party program based on some 'IF conditions'.
  5. rk_19

    windows task automation

    hi, i wish to know if fortran can help in windows automation. the job expected is: fortran code (in exe) should invoke a third party software on windows10(call the 3rd party software as ABC). the input file for ABC is a text file, upon the completion of run, the fortran exe should read through...
  6. rk_19

    gui for fortran code

    I am using GNU fortran compiler which was default in codeblocks.
  7. rk_19

    gui for fortran code

    @IDS, I don't wish to run the exe from excel, instead wish to develop an independent GUI for my program
  8. rk_19

    gui for fortran code

    thanks. for my program, I feel gui interface would be better.. I am using codeblocks. I just want to know how I can develop a gui around this
  9. rk_19

    gui for fortran code

    hi, I have a fortran program which takes data/input from .csv file . is there a way to feed the data to this program via a gui? so, the GUI window should open first, and then figures/data entered here should be used for the program. thanks
  10. rk_19

    doubt using dsygv

    I am developing this program in fortran, so cannot use Mathcad for this work. Mathcad was used just to check the discrepancy. if you see, after discarding the first two Eigen values in lapack o/p, the rest matches with Mathcad - strange !!
  11. rk_19

    doubt using dsygv

    thanks IDS for all that effort. in your opinion, why does Mathcad show results different from the lapack results (I am taking the same matrices from fortran to excel and then using it in Mathcad).infact the Mathcad results were matching output from an independent software too. The numerical work...
  12. rk_19

    precision while adding matrices

    i tried calculating the Eigen values in Mathcad and it gave me results what I expected. it didn't show any issues. the results were same as that i got from an independent software check. so I am not worried whether the matrices are wrong. please see the attachment 'comparison.jpg'. it compares...
  13. rk_19

    doubt using dsygv

    IS THERE A LAPACK/BLAS ROUTINE TO USE WHEN THE A,B MATRICES ARE NOT PRECISELY SYMMETRIC ? I FOUND THAT MY MATRICES ARE NOT EXACTLY SYMERTRIC - DUE TO PRECISION RELATED ISSUES ?
  14. rk_19

    precision while adding matrices

    Hi, I have a fortran program which generates 2d matrices A1(12x12) and A2(12x12), then combine it in such a way that A2(1,1) is added to A1(7,7), A2(1,2) is added to A1(7,8) and so on (as shown in the attachment). I got the output as matrix A (18 x18) from fortran. all the matrices are declared...
  15. rk_19

    doubt using dsygv

    hello, to crosscheck my calcs, I took the A and B matrix coming out of fortran into Mathcad (screenshot attached) - I tried to get the eigenvalues in Mathcad and I got the e1, e2,e3 exactly as expected.so why is it not working with dsygv. i found an interesting thing when i compared mathcad...
  16. rk_19

    doubt using dsygv

    the 6 cases are independent, and I am running them individually, same code is used for all 6 cases. they are all similar problems from numerical point of view or based on the input required for DSYGV to work. the routine requires 2 matrices which are square and symmetric and I checked these...
  17. rk_19

    doubt using dsygv

    hi, I am using fortran to get the Eigen values for generalized Eigen value problem of type Ax=lamda.Bx. I am using lapack routine dsygv for this and it works perfectly for all my 5 case studies and not working as expected for the 6th one. i get first two Eigen values as -ve which was not...
  18. rk_19

    splot feature while exporting to pdf

    Hi, I have gnuplot, which I use with fortran for ploting. I wish to know if a 3d plot generated in gnuplot using 'splot' can be saved as a dynamic pdf ? ie; whether I can rotate the model in pdf as I do in the gnuplot output window ? thanks
  19. rk_19

    eigen - dsygv

    ok, I sorted it out myself.. if info>n, where n is size of matrix, it is like there is some mismatch in the matrix size declaration.some where in the code, the matrix was not declared properly, so all this happened.
  20. rk_19

    eigen - dsygv

    Hi, i am using fortran to solve an eigen value problem. i am using lapack routine dsygv to solve the eqn of type (Ax=kBx). size of the matrices are 168x168, i am getting 'info' as 170 when i make the run - understand that this should be zero..could some one explain physical meaning of 'info'...

Part and Inventory Search