
Getting an unclassifiable statement error in Fortran 95
Jun 9, 2013 · SteamKing is still right that using f as both a function and a variable is the problem. The statement: f = f (x) really makes no sense, since you are trying to use the same symbol as a variable …
Parallel Programming on a CPU with AVX-512 - Physics Forums
Apr 23, 2022 · In this article, I describe a program that uses Intel AVX-512 assembly instructions and includes a comparison of the results from both programs.
Eclipse Error 'Program File Does Not Exist' • Physics Forums
May 28, 2010 · I agree with the "doesn't do what you think it does" part, but if celsius is a multiple of 10, the formula will give the right result. If celsius is not a multiple of 10, the results will be surprising to …
Newton's first law? | Page 3 • Physics Forums
Aug 13, 2025 · The discussion revolves around interpretations and understandings of Newton's first law of motion, exploring its implications in various contexts such as classical mechanics and reference …
Reading a string from file until whitespace c++ - Physics Forums
Sep 10, 2011 · This discussion focuses on reading strings from a file in C++ until whitespace is encountered, appending specific symbols to the strings, and storing them in a buffer. The user is …
COMSOL Student Copy: Free Academic License • Physics Forums
Apr 2, 2015 · Hello, The discussion revolves around the COMSOL Student Copy, which provides a free academic license for students. Participants emphasize the importance of adhering to forum rules, …
Difference between Calculus I,II,III? - Physics Forums
Dec 17, 2014 · The discussion revolves around the differences between Calculus I, II, and III, including the subjects that distinguish them and recommendations for self-study books. Participants explore …
Ex-lurker, software developer with a pure math fascination
Feb 28, 2026 · Hi, I've often looked at this site for many interesting discussions, especially around math books. And often felt like I didn't have much to contribute myself. Anyway, I'm a middle aged …
Recursion to print a fractal pattern - Physics Forums
Oct 13, 2012 · The discussion revolves around creating a recursive function in C++ to print a fractal pattern of stars, with a focus on understanding the initial case for recursion and addressing potential …
I am getting an error Import "_frozen_importlib" could not be resolved
Apr 19, 2022 · TL;DR I am getting the error Import "_frozen_importlib" could not be resolved when using pytest and conda. Can someone please help?