Posts by Adler Soster • 38 points
3 posts
-
0
votes2
answers106
viewsA: Saving csv file using python
The code works as desired, the problem must be the excel delimiter setting (Uses ;). You can open the file in a text editor and use the find and replace option. Substitute , for ; So excel should…
-
2
votes1
answer406
viewsA: How to uninstall R on linux?
Try to use sudo apt-get remove r-base-core If you know English here is the most profound answer: https://stackoverflow.com/questions/20336644/completely-uninstall-r-linux…
-
0
votes3
answers503
viewsA: Sum of geometric progression terms
To make no sum it is only necessary to use the sum formula of the terms of a pg To make exponentiation calculations in C include the library: <math.h> Tip: Use the function pow()…