The paper analyzes the performance of parallel algorithms on multi-core systems using OpenMP, focusing on solving linear equations and approximating π. It emphasizes the importance of multithreading in enhancing application performance and compares sequential and parallel execution times. Experimental results demonstrate significant speedup achieved through the proposed parallel algorithms compared to traditional methods.