Why VB Slow?

AI Thread Summary
The discussion centers on issues related to slow loading times for a VB file, specifically a BMP format. Users suggest converting the BMP file to a JPG to improve loading speed. The repeated emphasis on the slow performance indicates frustration with the current file format. The conversation highlights the importance of file type in optimizing loading times. Overall, converting file formats can significantly enhance user experience.
greenman100
Messages
9
Reaction score
0
http://plaza.ufl.edu/sumitg/egm3400/HW6.BMP


So I've gotten Vb, but no further. Any tips?
 
Last edited by a moderator:
Physics news on Phys.org
can u try posting a jpg instead of a bmp. The file is taking forever to load.
 
stunner5000pt said:
can u try posting a jpg instead of a bmp. The file is taking forever to load.

10 characters
 

Attachments

  • HW6 (Large).JPG
    HW6 (Large).JPG
    25 KB · Views: 565
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top